diff options
author | Philip Chimento <philip@endlessm.com> | 2013-08-06 12:49:26 -0700 |
---|---|---|
committer | Philip Chimento <philip@endlessm.com> | 2013-08-07 14:28:02 -0700 |
commit | 441f02412858959bd2b209f7ec3ae61ab66d3863 (patch) | |
tree | 88ad6b5e438d79bd32cb9372bf620f0c24e59a11 /data | |
parent | 06d20234429a15197ffd673bc4f75b92fb33f969 (diff) |
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]
Diffstat (limited to 'data')
-rw-r--r-- | data/css/endless-widgets.css | 11 |
1 files 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 { |