From 1acec65c5eae6235e6a7db554408e0dafcfad652 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Sun, 4 Dec 2011 00:05:33 +0100 Subject: [PATCH] theme - update window captions to match mockups Change window caption text weight, padding and radius. https://bugzilla.gnome.org/show_bug.cgi?id=664487 --- data/theme/gnome-shell.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 62e0352a3..5b8d3cd91 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -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 {