From de075b8c56142f63e103964c97c94ff218d1612e Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 5 Dec 2017 20:36:23 +0100 Subject: [PATCH] Change default title color --- org.argeo.suite.theme.argeo2/theme.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/org.argeo.suite.theme.argeo2/theme.css b/org.argeo.suite.theme.argeo2/theme.css index 5a56991..37516f7 100644 --- a/org.argeo.suite.theme.argeo2/theme.css +++ b/org.argeo.suite.theme.argeo2/theme.css @@ -27,6 +27,19 @@ Label { color: #555555; } +/** In order to fix the default color */ +Shell-Titlebar { + font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif; + background-color: #204a87; + padding: 0 10px 0 10px; + margin: 0px; + height: 38px; + border: none; + border-radius: 0; + text-shadow: none; +} + +/* WIDGETS */ Text, Combo-Field, DateTime-Field { padding: 2px 8px 2px 8px; } -- 2.30.2