diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-03 22:48:47 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-04 08:24:01 -0800 |
| commit | 48efd21556dbc4f9f4046f9d2f685726b1c006ff (patch) | |
| tree | 854891d25e4421be04fc40f32a03c8f5b58a0cf5 /modules/organize/css/organize.css | |
| parent | 95b26db82c3f835f66cdb32aef13aa84a6a206e5 (diff) | |
Provide visual feedback when over tree branches.
Diffstat (limited to 'modules/organize/css/organize.css')
| -rw-r--r-- | modules/organize/css/organize.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index ef1f856b..686ec034 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -53,6 +53,11 @@ width: auto; } +.g-organize-album-text:hover { + border-width: 1px; + border-style: dotted; +} + /******************************************************************* * Album panel styles */ @@ -76,6 +81,8 @@ } #g-organize-microthumb-grid { + border-width: 1px; + border-style: solid; bottom: 1.8em; left: 0; margin: 0 !important; |
