summaryrefslogtreecommitdiffstats
path: root/packaging/win32/DelugeStart Theme/share/themes/DelugeStart/gtk-2.0/styles/notebook
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/win32/DelugeStart Theme/share/themes/DelugeStart/gtk-2.0/styles/notebook')
-rw-r--r--packaging/win32/DelugeStart Theme/share/themes/DelugeStart/gtk-2.0/styles/notebook29
1 files changed, 0 insertions, 29 deletions
diff --git a/packaging/win32/DelugeStart Theme/share/themes/DelugeStart/gtk-2.0/styles/notebook b/packaging/win32/DelugeStart Theme/share/themes/DelugeStart/gtk-2.0/styles/notebook
deleted file mode 100644
index 4c52077ed..000000000
--- a/packaging/win32/DelugeStart Theme/share/themes/DelugeStart/gtk-2.0/styles/notebook
+++ /dev/null
@@ -1,29 +0,0 @@
-style "notebook-close" {
- stock["gtk-close"] = {
- { "Icons/close.png", *, *, * }
- }
-}
-
-style "notebook" = "wider" {
-
- bg[NORMAL] = shade (1.0615, @bg_color)
- bg[ACTIVE] = shade (0.85, @bg_color)
-
- engine "murrine" {
-
- lightborder_shade = 1.1
- highlight_shade = 1.01
- }
-}
-
-style "notebookthin" = "notebook" {
-
- xthickness = 2
- ythickness = 2
-}
-
-widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook"
-widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
-widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
-widget_class "*<GtkNotebook>" style "notebook"
-widget_class "*<GtkNotebook>*" style "notebook-close"