diff options
-rw-r--r-- | themes/admin_wind/css/screen.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 3c58a282..d79fd3c9 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -890,22 +890,22 @@ li.g-default-group h4, li.g-default-group .g-user { cursor: pointer; } -g-languages-form table { +#g-languages-form table { width: 400px; float: left; margin: 0 3em 1em 0; } -g-languages-form .installed { +#g-languages-form .installed { background-color: #EEEEEE; } -g-languages-form .default { +#g-languages-form .default { background-color: #C5DBEC; font-weight: bold; } -g-languages-form input { +#g-languages-form input { clear: both; } |