소스 검색

HUE-6077 [frontend] Changed dragged widget title background

Enrico Berti 8 년 전
부모
커밋
82f8678

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


+ 3 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/less/common_dashboard.less

@@ -16,6 +16,8 @@
  limitations under the License.
 */
 
+@import (reference) "cui/colors.less";
+
 .dashboard-container {
   .dashboard .container-fluid {
     padding: 6px;
@@ -78,6 +80,7 @@
     line-height: 24px !important;
     padding-left: 3px !important;
     padding-right: 3px !important;
+    background-color: @cui-white;
   }
 
   .card-widget .card-body {

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