diff options
Diffstat (limited to 'themes/admin_default/css/screen.css')
-rw-r--r-- | themes/admin_default/css/screen.css | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index b343021c..6c369b54 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -96,8 +96,31 @@ visibility: hidden; } -#gBulkAction label, -#gBulkAction input[type="submit"], -#gBulkAction select { - display: inline; +/* stuff that needs a home */ +#gAdminThemes .theme_block { + background: white; +} +#gAdminThemes .active { + padding: 10px; +} +#gAdminThemes .available .theme_block:hover { + background: #eee; +} +#gAdminThemes .available div { + padding: 10px; + cursor: pointer; +} +#gAdminThemes .available div { + width: 250px; + float: left; +} +#gAdminGraphics tr { + cursor: pointer; +} +#gAdminGraphics tr.selected { + background-color: #cfc !important; + cursor: default; +} +#gAdminGraphics tr:hover { + background-color: #eee; } |