Explorar o código

modify confidential label styles

Yuki Takei %!s(int64=7) %!d(string=hai) anos
pai
achega
e5db3cceb6

+ 5 - 2
src/client/styles/agile-admin/inverse/colors/_apply-colors.scss

@@ -34,11 +34,14 @@ body{
 }
 }
 
 
 .navbar-header{
 .navbar-header{
-     background:$topbar;
+  background:$topbar;
 }
 }
-.navbar-top-links > li > a{
+.navbar-top-links > li > a {
     color:$white;
     color:$white;
 }
 }
+.navbar-top-links .confidential {
+  background-color: darken($topbar, 10%);
+}
 /*
 /*
 .notify .heartbit{
 .notify .heartbit{
     border-color:$white;
     border-color:$white;

+ 2 - 8
src/client/styles/scss/_layout.scss

@@ -6,14 +6,8 @@
   .navbar-top-links { // {{{
   .navbar-top-links { // {{{
     .confidential {
     .confidential {
       a {
       a {
-        // border: solid 2px #f00;
-        // background: #fff;
-        // color: #f00;
-        // font-weight: bold;
-        // height: 42px;
-        // margin-top: 5px;
-        // padding: 10px;
-        // margin-right: 5px;
+        cursor: default;
+        font-weight: bold;
       }
       }
     }
     }