aboutsummaryrefslogtreecommitdiff
path: root/themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc')
-rw-r--r--themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc24
1 files changed, 24 insertions, 0 deletions
diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc
new file mode 100644
index 00000000..73a3bf15
--- /dev/null
+++ b/themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc
@@ -0,0 +1,24 @@
+style "handlebox"
+{
+ engine "pixmap"
+ {
+ image
+ {
+ function = BOX
+ file = "images/other/null.png"
+ border = {4, 4, 4, 4}
+ stretch = TRUE
+ detail = "handlebox_bin"
+ shadow = IN
+ }
+ image
+ {
+ function = BOX
+ file = "images/other/null.png"
+ border = {4, 4, 4, 4}
+ stretch = TRUE
+ detail = "handlebox_bin"
+ shadow = OUT
+ }
+ }
+}