summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/organize/css/organize.css7
-rw-r--r--modules/organize/css/organize_theme.css5
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;
}