aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/dark
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-05-16 05:51:29 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-05-16 05:51:29 -0400
commita8a3732f05f9651ddedd779c2c0080de0034751d (patch)
treefc7a96d21a90e67cade163d9a437284bcad9d42b /view/theme/dispy/dark
parent7eb73bc600a17e7611d3c77ef777bf81becfb0b5 (diff)
downloadvolse-hubzilla-a8a3732f05f9651ddedd779c2c0080de0034751d.tar.gz
volse-hubzilla-a8a3732f05f9651ddedd779c2c0080de0034751d.tar.bz2
volse-hubzilla-a8a3732f05f9651ddedd779c2c0080de0034751d.zip
*sigh*. fix dark *again*
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/dark')
-rw-r--r--view/theme/dispy/dark/style.css2
-rw-r--r--view/theme/dispy/dark/style.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/dispy/dark/style.css b/view/theme/dispy/dark/style.css
index 229fcbbdf..114769727 100644
--- a/view/theme/dispy/dark/style.css
+++ b/view/theme/dispy/dark/style.css
@@ -395,7 +395,7 @@ div[id$="wrapper"]{height:100%;margin-bottom:1em;}div[id$="wrapper"] br{clear:le
#sidebar-group-ul{padding-left:0;}
#sidebar-group-list{margin:0 0 5px 0;}#sidebar-group-list li{margin-top:10px;}
#sidebar-group-list .icon{display:inline-block;width:12px;height:12px;}
-.sidebar-group-element{padding:3px;}.sidebar-group-element:hover{color:#2e2f2e;background:#2e3436;border:1px solid #638ec4;padding:3px;}
+.sidebar-group-element{padding:3px;}.sidebar-group-element:hover{color:#eeeecc;background:#2e3436;border:1px solid #638ec4;padding:3px;}
#sidebar-new-group{margin:auto;display:inline-block;color:#eeeeee;text-decoration:none;text-align:center;}
#peoplefind-sidebar form{margin-bottom:10px;}
#sidebar-new-group:hover{}
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less
index fb8769a87..f2714b717 100644
--- a/view/theme/dispy/dark/style.less
+++ b/view/theme/dispy/dark/style.less
@@ -2352,7 +2352,7 @@ div {
.sidebar-group-element {
padding: 3px;
&:hover {
- color: @bg_colour;
+ color: @main_colour;
background: @shiny_colour;
.borders(1px, solid, @hover_colour);
padding: 3px;