changeset fde27352cc9b in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=fde27352cc9b
description:
Remove hard coded background color for title
issue9469
review300131007
diffstat:
tryton/client.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r c9fff289631c -r fde27352cc9b tryton/client.py
--- a/tryton/client.py Wed Jul 15 17:32:39 2020 +0200
+++ b/tryton/client.py Tue Jul 21 14:43:59 2020 +0200
@@ -33,7 +33,6 @@
font-style: italic;
}
.window-title, .wizard-title {
- background-color: white;
font-size: large;
font-weight: bold;
}