theme - update window captions to match mockups
Change window caption text weight, padding and radius. https://bugzilla.gnome.org/show_bug.cgi?id=664487
This commit is contained in:
parent
8a6a3968c3
commit
1acec65c5e
@ -467,12 +467,12 @@ StTooltip StLabel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.window-caption {
|
.window-caption {
|
||||||
background: rgba(0,0,0,0.8);
|
background: rgba(0,0,0,0.5);
|
||||||
border: 1px solid rgba(128,128,128,0.40);
|
border-radius: 8px;
|
||||||
border-radius: 10px;
|
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
padding: 2px 8px;
|
font-weight: bold;
|
||||||
-shell-caption-spacing: 4px;
|
padding: 6px 12px;
|
||||||
|
-shell-caption-spacing: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-close {
|
.window-close {
|
||||||
|
Loading…
Reference in New Issue
Block a user