소스 검색

HUE-6077 [frontend] Added blurred class to common LESS

Enrico Berti 8 년 전
부모
커밋
6b6ebff

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 0 - 8
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -1453,14 +1453,6 @@ body {
   padding-left: 6px
 }
 
-.blurred {
-  -webkit-filter: blur(5px);
-  -moz-filter: blur(5px);
-  -o-filter: blur(5px);
-  -ms-filter: blur(5px);
-  filter: blur(5px);
-}
-
 .modebar-group svg {
   width: 1em!important;
   height: 1em!important;

+ 8 - 0
desktop/core/src/desktop/static/desktop/less/hue-cross-version.less

@@ -151,3 +151,11 @@
   font-size: 60px;
   color: @cui-gray-300;
 }
+
+.blurred {
+  -webkit-filter: blur(5px);
+  -moz-filter: blur(5px);
+  -o-filter: blur(5px);
+  -ms-filter: blur(5px);
+  filter: blur(5px);
+}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.