summaryrefslogtreecommitdiff
path: root/src/main/resources/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/static/style.css')
-rw-r--r--src/main/resources/static/style.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css
index 0dd5820..a746832 100644
--- a/src/main/resources/static/style.css
+++ b/src/main/resources/static/style.css
@@ -449,7 +449,7 @@ td.clipboard.clipped {
}
.btn.btn-red:hover, .btn.btn-red:active {
- background: darkred !important;
+ background: darkred;
}
.btn.btn-blue {
@@ -458,7 +458,7 @@ td.clipboard.clipped {
}
.btn.btn-blue:hover, .btn.btn-blue:active {
- background: darkslategray !important;
+ background: darkslategray;
}
.btn.btn-delete:before {
@@ -466,6 +466,14 @@ td.clipboard.clipped {
padding: .2rem;
}
+button:disabled,
+.btn:disabled {
+ background: slategray !important;
+ color: lightgray;
+ filter: none;
+ cursor: default;
+}
+
input.inline {
border: none;
font-size: 1.1rem;