소스 검색

Revert "HUE-7680 [frontend] Improve CSS on not-so-top-of-the-line screens"

This reverts commit 59ce57b3311dce3c05dcb364411a5f6d35ac4c8e.
Romain Rigaux 8 년 전
부모
커밋
398dd4b

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


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


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

@@ -41,7 +41,7 @@
 
 
 
 
 ::-webkit-scrollbar {
 ::-webkit-scrollbar {
-  width: 9px;
+  width: 8px;
 }
 }
 
 
 ::-webkit-scrollbar-track {
 ::-webkit-scrollbar-track {
@@ -49,14 +49,9 @@
 }
 }
 
 
 ::-webkit-scrollbar-thumb {
 ::-webkit-scrollbar-thumb {
-  border-radius: 4.5px;
+  border-radius: 4px;
   border: 1px solid @cui-white;
   border: 1px solid @cui-white;
-  border-right-width: 2px;
-  background-color: @cui-gray-300;
-}
-
-::-webkit-scrollbar-thumb:hover {
-  background-color: @cui-gray-500;
+  background-color: @cui-gray-200;
 }
 }
 
 
 body {
 body {

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