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 | |
parent | 95b26db82c3f835f66cdb32aef13aa84a6a206e5 (diff) |
Provide visual feedback when over tree branches.
Diffstat (limited to 'modules/organize/css')
-rw-r--r-- | modules/organize/css/organize.css | 7 | ||||
-rw-r--r-- | modules/organize/css/organize_theme.css | 5 |
2 files changed, 10 insertions, 2 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; diff --git a/modules/organize/css/organize_theme.css b/modules/organize/css/organize_theme.css index 727dca97..4248f095 100644 --- a/modules/organize/css/organize_theme.css +++ b/modules/organize/css/organize_theme.css @@ -5,6 +5,7 @@ background: #DFEFFC !important; } -#g-organize-microthumb-grid { - border: 1px solid #79B7E7; +#g-organize-microthumb-grid, +.g-organize-album-text:hover { + border-color: #79B7E7; } |