From 441f02412858959bd2b209f7ec3ae61ab66d3863 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Tue, 6 Aug 2013 12:49:26 -0700 Subject: Backdrop states of top bar buttons The shadow should be the same as in the non-backdrop state. The colors in the backdrop+hover and backdrop+active states should be the same as in the non-backdrop states. [endlessm/eos-sdk#224] --- data/css/endless-widgets.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css index a633632..56240bf 100644 --- a/data/css/endless-widgets.css +++ b/data/css/endless-widgets.css @@ -20,6 +20,10 @@ icon-shadow: 0px -1px alpha(black, 0.25); } +.top-bar .button:backdrop { + color: #646464; +} + .top-bar .button:hover { color: #dcdcdc; icon-shadow: 0px -1px alpha(black, 0.35); @@ -38,13 +42,6 @@ color-stop(0, rgb(67, 67, 67))); } -.top-bar .button:backdrop -.top-bar .button:backdrop:hover, -.top-bar .button:backdrop:active { - color: #646464; - icon-shadow: none; -} - /* Endless action button */ EosActionButton { -- cgit v1.2.3