changed title dialog styles

This commit is contained in:
muerwre 2019-03-29 12:11:27 +07:00
parent 27eee16e77
commit c8b233bcb7
2 changed files with 5 additions and 2 deletions

View file

@ -31,3 +31,5 @@
@loading_shade: darken(fade(@blue_secondary, 80%), 20%);
@cluster_small: #0069a7;
@title_dialog_color: fade(#111111, 85%);

View file

@ -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;