diff options
author | P. F. Chimento <philip.chimento@gmail.com> | 2013-08-07 14:47:47 -0700 |
---|---|---|
committer | P. F. Chimento <philip.chimento@gmail.com> | 2013-08-07 14:47:47 -0700 |
commit | d1c456b2fd83523f8d9d20fe4befa8c41ce0050f (patch) | |
tree | c191329dfbd83b417bc0009b57ea7953a6e7a3ac /data | |
parent | 55e6b5a443085fac920766c173cd77154c66e6e7 (diff) | |
parent | 441f02412858959bd2b209f7ec3ae61ab66d3863 (diff) |
Merge pull request #225 from endlessm/issues/224
Backdrop states of top bar buttons #224
Reviewed by @matthewarkin, thanks!
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 { |