From 22ff1f869537b4ffb3c12ed9d1f101629e06e35a Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 4 May 2016 19:10:28 -0700 Subject: Simplify templates --- ext/fg/css/frame.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ext/fg/css') 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; } -- cgit v1.2.3