浏览代码

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

部分文件因为文件数量过多而无法显示