diff options
Diffstat (limited to 'themes/admin_default/css/screen.css')
-rw-r--r-- | themes/admin_default/css/screen.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 4d4a7e3b..492d8c54 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -185,6 +185,10 @@ margin-bottom: 1em; } +#gUserAdminList .gDraggable:hover { + border: 1px dashed black; +} + .gActions a, .gActions span { margin-right: 3em; @@ -246,4 +250,4 @@ li.gGroup { #gAdminDashboard .ui-dialog-titlebar, #gAdminDashboardSidebar .ui-dialog-titlebar { padding: .2em .4em; -}
\ No newline at end of file +} |