diff options
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am | 1 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/assets/panel-grid.svg (renamed from desktop-themes/BlueMenta/gtk-3.0/assets/panel-grig.svg) | 0 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am b/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am index 9f29acb6..f7e6b60d 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am @@ -22,6 +22,7 @@ theme_DATA = \ menuitem-radio-checked-selected.svg \ menuitem-radio-checked.svg \ null.png \ + panel-grid.svg \ pane-separator-grip.svg \ pane-separator-grip-vertical.svg \ radio-active-ins.png \ diff --git a/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grig.svg b/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grid.svg index 5f17e633..5f17e633 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grig.svg +++ b/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grid.svg diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index d63c872b..1a871c08 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -363,7 +363,7 @@ PanelSeparator { /* the grid left from wnckpager and wncktasklist */ MatePanelAppletFrameDBus { - background-image: -gtk-scaled(url("assets/panel-grig.svg")); + background-image: -gtk-scaled(url("assets/panel-grid.svg")); background-color: transparent; background-repeat: no-repeat; background-position: left; |