Explorar o código

helios: some list css tweaks

Nicolas Petton %!s(int64=11) %!d(string=hai) anos
pai
achega
ae36cc151a
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      css/helios.css

+ 3 - 3
css/helios.css

@@ -1,7 +1,7 @@
 body {
     font-size: 11px;
     font-family: "Lucida Grande", helvetica, arial, sans;
-    background: #ddd;
+    background: #eee;
 }
 
 .clearfix:after {
@@ -226,7 +226,7 @@ i {
 }
 
 .nav-pills > .active > a {
-    background-color: #ccc;
+    background-color: #ddd;
     color: #fff;
     text-shadow: 0 0 0;
 }
@@ -243,7 +243,7 @@ i {
 .dropdown-menu .active > a, 
 .dropdown-menu .active > a:hover,
 .CodeMirror-hint-active {
-    background: #5fa0e4;
+    background: rgba(95, 159, 228, 0.62);
     color: #fff;
     text-shadow: 0 0 0;
 }