From 2d2fe5a784177e7935629109bfd250e4e42c3a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Wed, 20 Apr 2016 14:48:50 +0200 Subject: [PATCH] =?UTF-8?q?Th=C3=A9mage=20du=20nouveau=20widget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/gui.theme | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/res/gui.theme b/res/gui.theme index 5145839..7771155 100644 --- a/res/gui.theme +++ b/res/gui.theme @@ -26,7 +26,7 @@ Scrollbar { StepperBackgroundColor: #B4B4B4ff; } -Button, RadioButton, ComboBox, Entry { +Button, ComboBox, Entry { Color: #000000ff; BackgroundColor: #E6E6E6ff; @@ -43,12 +43,17 @@ ComboBox { HighlightedColor: #B4B4B4ff; } -Button:PRELIGHT, RadioButton:PRELIGHT, ComboBox:PRELIGHT, ComboBox:ACTIVE { +ObjectButton { + BorderColor: #B4B4B4ff; + BackgroundColor: #D2D2D2ff; +} + +Button:PRELIGHT, ComboBox:PRELIGHT, ComboBox:ACTIVE { Color: #000000ff; BackgroundColor: #D2D2D2ff; } -Button:ACTIVE, RadioButton:ACTIVE, Entry:ACTIVE { +Button:ACTIVE, Entry:ACTIVE { Color: #000000ff; BackgroundColor: #B4B4B4ff; }