Browse Source

Removed extra css

Abdullah Almsaeed 9 years ago
parent
commit
7bfbc542cc
3 changed files with 15 additions and 14 deletions
  1. 9 7
      build/less/navs.less
  2. 6 7
      dist/css/AdminLTE.css
  3. 0 0
      dist/css/AdminLTE.min.css

+ 9 - 7
build/less/navs.less

@@ -3,6 +3,15 @@
  * --------------
  */
 
+.nav {
+  > li > a:hover,
+    > li > a:active,
+    > li > a:focus {
+    color: #444;
+    background: #f7f7f7;
+  }
+}
+
 /* NAV PILLS */
 .nav-pills {
   > li > a {
@@ -18,16 +27,11 @@
   > li.active > a,
   > li.active > a:hover,
     > li.active > a:focus {
-    background-color: #f7f7f7;
     border-top-color: @light-blue;
-    color: #444;
   }
   > li.active > a {
     font-weight: 600;
   }
-  > li > a:hover {
-    background-color: #f6f6f6;
-  }
 }
 /* NAV STACKED */
 .nav-stacked {
@@ -39,10 +43,8 @@
   }
   > li.active > a,
   > li.active > a:hover {
-    background-color: #f7f7f7;
     border-top: 0;
     border-left-color: @light-blue;
-    color: #444;
   }
 
   > li.header {

+ 6 - 7
dist/css/AdminLTE.css

@@ -2326,6 +2326,12 @@ a:focus {
  * Component: Nav
  * --------------
  */
+.nav > li > a:hover,
+.nav > li > a:active,
+.nav > li > a:focus {
+  color: #444;
+  background: #f7f7f7;
+}
 /* NAV PILLS */
 .nav-pills > li > a {
   border-radius: 0;
@@ -2340,16 +2346,11 @@ a:focus {
 .nav-pills > li.active > a,
 .nav-pills > li.active > a:hover,
 .nav-pills > li.active > a:focus {
-  background-color: #f7f7f7;
   border-top-color: #3c8dbc;
-  color: #444;
 }
 .nav-pills > li.active > a {
   font-weight: 600;
 }
-.nav-pills > li > a:hover {
-  background-color: #f6f6f6;
-}
 /* NAV STACKED */
 .nav-stacked > li > a {
   border-radius: 0;
@@ -2359,10 +2360,8 @@ a:focus {
 }
 .nav-stacked > li.active > a,
 .nav-stacked > li.active > a:hover {
-  background-color: #f7f7f7;
   border-top: 0;
   border-left-color: #3c8dbc;
-  color: #444;
 }
 .nav-stacked > li.header {
   border-bottom: 1px solid #ddd;

File diff suppressed because it is too large
+ 0 - 0
dist/css/AdminLTE.min.css


Some files were not shown because too many files changed in this diff