소스 검색

Changes in compile

soyjavi 13 년 전
부모
커밋
be81a384fc
3개의 변경된 파일17개의 추가작업 그리고 8개의 파일을 삭제
  1. 6 4
      example/components/lungo/lungo.css
  2. 2 2
      example/components/lungo/lungo.js
  3. 9 2
      example/components/lungo/theme.lungo.css

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 6 - 4
example/components/lungo/lungo.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
example/components/lungo/lungo.js


+ 9 - 2
example/components/lungo/theme.lungo.css

@@ -33,6 +33,9 @@ a.theme:active {
   text-shadow: 0 1px 0 #fff;
 }
 /* -------------------------- LAYOUT COLORS -------------------------- */
+section {
+  background-color: #222;
+}
 section > header {
   background-color: #0093d5;
   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25), inset 0 1px 0 #03b1ff, inset 0 -1px 0 #007db5;
@@ -216,13 +219,17 @@ aside .list li:not(:first-child) {
 aside .list li:not(:last-child) {
   border-bottom: solid 1px #141414;
 }
-aside .list li.active {
+aside .list li.active,
+aside .list li:active {
   background: #0093d5;
   border-color: transparent;
 }
 aside .list li.active strong,
+aside .list li:active strong,
 aside .list li.active small,
-aside .list li.active .icon {
+aside .list li:active small,
+aside .list li.active .icon,
+aside .list li:active .icon {
   color: #fff;
 }
 aside .list li strong {