removed radius around dialog head

This commit is contained in:
Integral Team 2019-09-11 18:01:22 +07:00
parent 83b7e8dc98
commit 577398dc17

View file

@ -385,7 +385,6 @@
.dialog-head { .dialog-head {
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
padding: 10px; padding: 10px;
border-radius: @panel_radius @panel_radius 0 0;
color: white; color: white;
} }