]> git.mxchange.org Git - friendica.git/commitdiff
*sigh*. fix dark *again*
authorSimon L'nu <simon.lnu@gmail.com>
Wed, 16 May 2012 09:51:29 +0000 (05:51 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Wed, 16 May 2012 09:51:29 +0000 (05:51 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy/dark/style.css
view/theme/dispy/dark/style.less

index 229fcbbdfbd1e5daa945ff006b7fdab53039a93f..1147697274d402e33102125f8e759b4eadf2eaab 100644 (file)
@@ -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{}
index fb8769a8756b938a889ac37aca5c173c0dbbd4ba..f2714b717d3efacc656d8541d2bce8d7e12e6b08 100644 (file)
@@ -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;