aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/css
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-05-04 19:10:28 -0700
committerAlex Yatskov <alex@foosoft.net>2016-05-04 19:10:28 -0700
commit22ff1f869537b4ffb3c12ed9d1f101629e06e35a (patch)
tree1f7edbdcc02e3db3c2ece1ed59fe2c88360a1cfc /ext/fg/css
parent574b2251b705906df440779cccce4962979e7062 (diff)
Simplify templates
Diffstat (limited to 'ext/fg/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;
}