Skip to content

Commit

Permalink
All themes GTK3-3.14: disable usage of symbolic icons
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 14, 2015
1 parent 22e8951 commit c2b2e6d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
Expand Up @@ -54,6 +54,7 @@
outline-color: @focus_border;
outline-style: dashed;
outline-offset: 2px;
-gtk-icon-style: regular; /* disable symbolic icons */
}

/***************
Expand Down
1 change: 1 addition & 0 deletions desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
Expand Up @@ -33,6 +33,7 @@
outline-offset: -3px; /* 2px */
outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;
-gtk-icon-style: regular; /* disable symbolic icons */
}

/***************
Expand Down
1 change: 1 addition & 0 deletions desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
Expand Up @@ -28,6 +28,7 @@
-GtkStatusbar-shadow-type: none;

background-clip: padding-box;
-gtk-icon-style: regular; /* disable symbolic icons */
}

.background {
Expand Down
1 change: 1 addition & 0 deletions desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
Expand Up @@ -28,6 +28,7 @@
-GtkStatusbar-shadow-type: none;

background-clip: padding-box;
-gtk-icon-style: regular; /* disable symbolic icons */
}

.background {
Expand Down
1 change: 1 addition & 0 deletions desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
Expand Up @@ -49,6 +49,7 @@
outline-color: @focus_border;
outline-style: dashed;
outline-offset: 2px;
-gtk-icon-style: regular; /* disable symbolic icons */
}

/***************
Expand Down
1 change: 1 addition & 0 deletions desktop-themes/Shiny/gtk-3.0/gtk-widgets.css
Expand Up @@ -70,6 +70,7 @@
*/
outline-color: alpha (@selected_bg_color, 0.5);
outline-offset: 5px;
-gtk-icon-style: regular; /* disable symbolic icons */
}

GtkWindow {
Expand Down
2 changes: 1 addition & 1 deletion desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
Expand Up @@ -37,7 +37,7 @@
outline-offset: -2px;
outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;

-gtk-icon-style: regular; /* disable symbolic icons */
-GtkWindow-resize-grip-width: 11;
-GtkWindow-resize-grip-height: 11;
}
Expand Down
2 changes: 1 addition & 1 deletion desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
Expand Up @@ -37,7 +37,7 @@
outline-offset: -2px;
outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;

-gtk-icon-style: regular; /* disable symbolic icons */
-GtkWindow-resize-grip-width: 11;
-GtkWindow-resize-grip-height: 11;
}
Expand Down
2 changes: 1 addition & 1 deletion desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
Expand Up @@ -37,7 +37,7 @@
outline-offset: -2px;
outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;

-gtk-icon-style: regular; /* disable symbolic icons */
-GtkWindow-resize-grip-width: 11;
-GtkWindow-resize-grip-height: 11;
}
Expand Down

0 comments on commit c2b2e6d

Please sign in to comment.