diff --git a/src/styles/colors.less b/src/styles/colors.less index 39169f2..371e1d4 100644 --- a/src/styles/colors.less +++ b/src/styles/colors.less @@ -31,3 +31,5 @@ @loading_shade: darken(fade(@blue_secondary, 80%), 20%); @cluster_small: #0069a7; + +@title_dialog_color: fade(#111111, 85%); diff --git a/src/styles/panel.less b/src/styles/panel.less index eac9745..aa19ab7 100644 --- a/src/styles/panel.less +++ b/src/styles/panel.less @@ -663,10 +663,11 @@ .title-dialog-pane { margin-bottom: 10px; padding: 10px; - background: @dialog_background; + background: @title_dialog_color; color: fade(white, 50%); font-size: 13px; box-sizing: border-box; + border-radius: @panel_radius; h2 { margin: 0; @@ -694,7 +695,7 @@ content: ' '; width: 100%; height: 40px; - background: linear-gradient(fade(@dialog_background, 0), @dialog_background); + background: linear-gradient(fade(@title_dialog_color, 0), @title_dialog_color); position: absolute; bottom: 0; left: 0;