summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-01 22:31:05 +0100
committerraveit65 <[email protected]>2016-03-01 22:31:05 +0100
commit061c0db9d71e983c939b6c0d50b46fedeec56424 (patch)
tree764d190f9582620c803bab55a2595cb565ea827d /desktop-themes
parentc3a98b406056acff393d53c0e4b00b9035e19b17 (diff)
downloadmate-themes-061c0db9d71e983c939b6c0d50b46fedeec56424.tar.bz2
mate-themes-061c0db9d71e983c939b6c0d50b46fedeec56424.tar.xz
GTK+-3.20 BlackMATE: fix unterminated comment
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets-assets-dark.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets-assets-dark.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets-assets-dark.css
index 196a8a02..4dca6c29 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets-assets-dark.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets-assets-dark.css
@@ -432,7 +432,7 @@ notebook tab.right:active {
*********************/
/* cannot add these yet to the GIT repo, but they are needed to fix wrong arrow orientation
- caused by BUG in gtk3.19 */
+ caused by BUG in gtk3.19
scrollbar.vertical button:first-child {
-gtk-icon-source: -gtk-scaled(url("assets/scrollbar-arrow-up.svg"));
@@ -449,4 +449,5 @@ scrollbar.horizontal button:first-child {
scrollbar.horizontal button:last-child {
-gtk-icon-source: -gtk-scaled(url("assets/scrollbar-arrow-right.svg"));
}
+*/