]> git.mxchange.org Git - friendica.git/commitdiff
fix dispy light
authorSimon L'nu <simon.lnu@gmail.com>
Sun, 20 May 2012 18:37:20 +0000 (14:37 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Sun, 20 May 2012 18:37:20 +0000 (14:37 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy/light/style.css
view/theme/dispy/light/style.less

index 1099f0913b2af53a46ad765aa95c3bca6eba7bc8..eb6abee71a264b3e5b35c8f3c71919a7bf2df676 100644 (file)
@@ -56,7 +56,7 @@ h6{font-size:xx-small;}
 .tool{margin:5px 0;list-style:none;}
 #articlemain{width:100%;height:100%;margin:0 auto;}
 .button,#profile-listing-desc{color:#111111;padding:5px;cursor:pointer;}.button.active,#profile-listing-desc.active{-moz-box-shadow:4px 4px 7px 0px #111111;-o-box-shadow:4px 4px 7px 0px #111111;-webkit-box-shadow:4px 4px 7px 0px #111111;-ms-box-shadow:4px 4px 7px 0px #111111;box-shadow:4px 4px 7px 0px #111111;}
-.button a,#profile-listing-desc a{color:#eeeeec;font-weight:bold;}
+.button a,#profile-listing-desc a{color:#111111;font-weight:bold;}
 [class$="-desc"],[id$="-desc"]{color:#eeeeec;background:#111111;border:1px outset #eeeeec;-o-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;margin:3px 10px 7px 0;padding:5px;font-weight:bold;font-size:smaller;}
 #item-delete-selected-desc{float:left;margin-right:5px;}#item-delete-selected-desc:hover{text-decoration:underline;}
 .intro-approve-as-friend-desc{margin-top:10px;}
index 4e1b85031215bc8237ae4029ded9b50d9d24f538..ed9dfdd698af2a3bacfd337f7a473ed0ddc374f7 100644 (file)
@@ -295,7 +295,7 @@ h6 {
                .box_shadow(4px, 4px, 7px);
        }
        a {
-               color: @bg_colour;
+               color: @main_colour;
                // font-size: smaller;
                font-weight: bold;
        }