aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-2.0/main.rc
diff options
context:
space:
mode:
authorHorst31802016-06-02 12:33:43 +0200
committerHorst31802016-06-02 12:33:43 +0200
commit226098a06b646981022f0e260fd4d3ca64ff5616 (patch)
tree4b64216f525c7a2ee2ed63fe0561cf5dd4aaec44 /common/gtk-2.0/main.rc
parent519718b36cfd395034ddf678466dcc24ae70a0bd (diff)
downloadsolarc-theme-226098a06b646981022f0e260fd4d3ca64ff5616.tar.gz
solarc-theme-226098a06b646981022f0e260fd4d3ca64ff5616.tar.xz
solarc-theme-226098a06b646981022f0e260fd4d3ca64ff5616.zip
gtk2: more entry fixes
Diffstat (limited to 'common/gtk-2.0/main.rc')
-rw-r--r--common/gtk-2.0/main.rc24
1 files changed, 20 insertions, 4 deletions
diff --git a/common/gtk-2.0/main.rc b/common/gtk-2.0/main.rc
index 1d22cbb..24b5ca7 100644
--- a/common/gtk-2.0/main.rc
+++ b/common/gtk-2.0/main.rc
@@ -980,10 +980,6 @@ style "entry" {
xthickness = 6
ythickness = 4
- base[NORMAL] = @base_color
- base[ACTIVE] = @base_color
- base[INSENSITIVE] = @insensitive_bg_color
-
engine "pixmap" {
image {
@@ -1012,6 +1008,26 @@ style "entry" {
border = {6, 6, 6, 6}
stretch = TRUE
}
+
+ image {
+ function = FLAT_BOX
+ state = ACTIVE
+ detail = "entry_bg"
+ file = "assets/entry-background.png"
+ }
+
+ image {
+ function = FLAT_BOX
+ state = INSENSITIVE
+ detail = "entry_bg"
+ file = "assets/entry-background-disabled.png"
+ }
+
+ image {
+ function = FLAT_BOX
+ detail = "entry_bg"
+ file = "assets/entry-background.png"
+ }
}
}