소스 검색

HUE-7505 [fb] Home link has a different highlight background than the path

Enrico Berti 8 년 전
부모
커밋
50e0adf

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


+ 3 - 2
apps/filebrowser/src/filebrowser/static/filebrowser/less/listdir_components.less

@@ -232,10 +232,11 @@
 
 .filebrowser .editable-breadcrumbs {
   cursor: text;
+  border-radius: 5px;
 }
 
 .filebrowser .editable-breadcrumbs:hover {
-  background-color: @cui-purple-gray-050;
+  background-color: @cui-gray-050;
 }
 
 .filebrowser #hueBreadcrumbText {
@@ -245,7 +246,7 @@
   margin-bottom: 3px;
   padding-left: 14px;
   border-radius: 2px;
-  border: 1px solid @cui-purple-gray-050;
+  border: 1px solid @cui-gray-050;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;

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