summaryrefslogtreecommitdiff
path: root/ext/fg/css/frame.css
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg/css/frame.css')
-rw-r--r--ext/fg/css/frame.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css
index 956ade8b..43208485 100644
--- a/ext/fg/css/frame.css
+++ b/ext/fg/css/frame.css
@@ -58,17 +58,22 @@ body {
background-color: #0275d8;
}
-.action-icons {
+.action-bar {
float: right;
}
-.action-icons:after {
+.action-bar:after {
clear: both;
content: '';
display: block;
}
-.action-icons .inactive {
+.action-bar .disabled {
+ pointer-events: none;
+ cursor: default;
+}
+
+.action-bar .disabled img {
-webkit-filter: grayscale(100%);
opacity: 0.25;
}