aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-2.0/apps.rc
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-2.0/apps.rc')
-rw-r--r--common/gtk-2.0/apps.rc49
1 files changed, 49 insertions, 0 deletions
diff --git a/common/gtk-2.0/apps.rc b/common/gtk-2.0/apps.rc
index 6a010b0..2fcbdd5 100644
--- a/common/gtk-2.0/apps.rc
+++ b/common/gtk-2.0/apps.rc
@@ -25,3 +25,52 @@ widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
widget_class "*ThunarShortcutsView*" style "dark-sidebar"
widget_class "*ThunarTreeView*" style "dark-sidebar"
widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
+
+#
+# Mousepad
+#
+
+style "entry_border" {
+
+ engine "pixmap" {
+
+ image {
+ function = SHADOW
+ detail = "entry"
+ state = NORMAL
+ shadow = IN
+ file = "assets/entry-border-bg.png"
+ border = { 12, 12, 12, 12 }
+ stretch = TRUE
+ }
+
+ image {
+ function = SHADOW
+ detail = "entry"
+ state = ACTIVE
+ file = "assets/entry-border-active-bg.png"
+ border = { 12, 12, 12, 12 }
+ stretch = TRUE
+ }
+
+ image {
+ function = FLAT_BOX
+ detail = "entry_bg"
+ state = NORMAL
+ overlay_file = "assets/null.png"
+ overlay_border = { 0, 0, 0, 0 }
+ overlay_stretch = TRUE
+ }
+
+ image {
+ function = FLAT_BOX
+ detail = "entry_bg"
+ state = ACTIVE
+ overlay_file = "assets/null.png"
+ overlay_border = { 0, 0, 0, 0 }
+ overlay_stretch = TRUE
+ }
+ }
+}
+
+widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border"