mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
shrink message dialog titlebars
This commit is contained in:
parent
351060c53d
commit
f42dda04ee
@ -2451,6 +2451,7 @@ calendar {
|
||||
color: #D3DAE3; }
|
||||
|
||||
messagedialog .titlebar {
|
||||
min-height: 20px;
|
||||
background-color: rgba(47, 52, 63, 0.97);
|
||||
border-bottom: 1px solid rgba(32, 35, 43, 0.97); }
|
||||
|
||||
|
@ -2450,6 +2450,7 @@ calendar {
|
||||
color: #5c616c; }
|
||||
|
||||
messagedialog .titlebar {
|
||||
min-height: 20px;
|
||||
background-color: rgba(47, 52, 63, 0.97);
|
||||
border-bottom: 1px solid rgba(32, 35, 43, 0.97); }
|
||||
|
||||
|
@ -2451,6 +2451,7 @@ calendar {
|
||||
color: #D3DAE3; }
|
||||
|
||||
messagedialog .titlebar {
|
||||
min-height: 20px;
|
||||
background-color: #2f343f;
|
||||
border-bottom: 1px solid #20232b; }
|
||||
|
||||
|
@ -2450,6 +2450,7 @@ calendar {
|
||||
color: #5c616c; }
|
||||
|
||||
messagedialog .titlebar {
|
||||
min-height: 20px;
|
||||
background-color: #2f343f;
|
||||
border-bottom: 1px solid #20232b; }
|
||||
|
||||
|
@ -2454,6 +2454,7 @@ calendar {
|
||||
color: #5c616c; }
|
||||
|
||||
messagedialog .titlebar {
|
||||
min-height: 20px;
|
||||
background-color: #e7e8eb;
|
||||
border-bottom: 1px solid #d4d5db; }
|
||||
|
||||
|
@ -2454,6 +2454,7 @@ calendar {
|
||||
color: #5c616c; }
|
||||
|
||||
messagedialog .titlebar {
|
||||
min-height: 20px;
|
||||
background-color: rgba(231, 232, 235, 0.95);
|
||||
border-bottom: 1px solid rgba(212, 213, 219, 0.95); }
|
||||
|
||||
|
@ -2479,7 +2479,11 @@ calendar {
|
||||
//
|
||||
messagedialog { // Message Dialog styling
|
||||
|
||||
.titlebar { background-color: $header_bg; border-bottom: 1px solid darken($header_bg, 7%) }
|
||||
.titlebar {
|
||||
min-height: 20px;
|
||||
background-color: $header_bg;
|
||||
border-bottom: 1px solid darken($header_bg, 7%);
|
||||
}
|
||||
|
||||
.dialog-action-area button { padding: 8px; min-height: 0; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user