소스 검색

Minimal chantes on stylesheets

soyjavi 14 년 전
부모
커밋
ea6eb3ad4f
3개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 4 4
      src/stylesheets/Lungo.theme.scaffold.less
  2. 0 1
      src/stylesheets/Lungo.widgets.less
  3. 1 1
      src/stylesheets/css/Lungo.theme.scaffold.css

+ 4 - 4
src/stylesheets/Lungo.theme.scaffold.less

@@ -208,11 +208,11 @@ section.aside {
         color: @theme-dark;
         background: @theme-light;
         border-bottom: none;
+    }
 
-        &.contrast {
-            background: @theme-dark;
-            color: @theme-light;
-        }
+    & .contrast {
+        background: @theme-dark;
+        color: @theme-light;
     }
 
     & .toolbar {

+ 0 - 1
src/stylesheets/Lungo.widgets.less

@@ -39,7 +39,6 @@
     padding: 8px 8px;
 }
 
-
 .icon {
     &.small {
         font-size: 1.3em;

+ 1 - 1
src/stylesheets/css/Lungo.theme.scaffold.css

@@ -227,7 +227,7 @@ section.aside.right {
   background: #cccccc;
   border-bottom: none;
 }
-.list .anchor.contrast {
+.list .contrast {
   background: #333333;
   color: #cccccc;
 }