diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 21:03:33 -0600 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 21:03:33 -0600 | 
| commit | db4379a91d3e2048166336c0a58df0acd535f0c8 (patch) | |
| tree | 3d78ef04ba3af10817d8bc905e026a6d800826ea /themes/admin_wind/css | |
| parent | 0875ad6fd99d0e2cb1904f9550f6407d19f9021c (diff) | |
Move Superfish menu width overrides to gallery.common, leave color overrides at the theme-level.
Diffstat (limited to 'themes/admin_wind/css')
| -rw-r--r-- | themes/admin_wind/css/screen.css | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 25302407..b3861868 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -439,7 +439,8 @@ tr.g-warning {  /* Superfish menu overrides ~~~~~~~~~~~~~~ */ -.sf-menu li li, .sf-menu li li ul li { +.sf-menu li li, +.sf-menu li li ul li {    background-color: #bdd2ff;  } @@ -462,10 +463,6 @@ tr.g-warning {    border: none;  } -.ui-draggable { -  cursor: move; -} -  #g-admin-dashboard .ui-state-highlight,  #g-sidebar .ui-state-highlight {    height: 2em; | 
