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:
Marc Plano-Lesay 2011-12-04 00:05:33 +01:00 committed by Allan Day
parent 8a6a3968c3
commit 1acec65c5e

View File

@ -467,12 +467,12 @@ StTooltip StLabel {
}
.window-caption {
background: rgba(0,0,0,0.8);
border: 1px solid rgba(128,128,128,0.40);
border-radius: 10px;
background: rgba(0,0,0,0.5);
border-radius: 8px;
font-size: 9pt;
padding: 2px 8px;
-shell-caption-spacing: 4px;
font-weight: bold;
padding: 6px 12px;
-shell-caption-spacing: 12px;
}
.window-close {