diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 63c77bf..74fcef8 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -9,6 +9,8 @@ # # ################################### +# And modified by Nestort (https://www.pling.com/u/nestort/) + gtk_color_scheme = "bg_color:#3d3d3e\nbg_active_color:#141414\nselected_color:#3399FF" diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index ab58a79..1a9565e 100644 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -1123,10 +1123,6 @@ treeview button:hover { shade(@button_gradient_color_b, 0.8)); } -row { - border-width: 0px; -} - .cell { padding: 2px; border-width: 0px; @@ -1332,7 +1328,7 @@ button { button.image-button, .primary-toolbar.toolbar button.image-button { - padding: 3px 4px 4px; + padding: 3px 4px 4px 4px; } button image, @@ -1452,19 +1448,19 @@ button.color { padding: 4px; } -button.color colorswatch:only-child { +/*button.color colorswatch:only-child { box-shadow: 0 1px rgba(255, 255, 255, 0.76923); -} +}*/ button.color colorswatch:only-child, button.color colorswatch:only-child overlay { border-radius: 0; } -button.color colorswatch:only-child:disabled, +/*button.color colorswatch:only-child:disabled, button.color colorswatch:only-child:backdrop { box-shadow: none; -} +}*/ button:focus, switch:focus, scale:focus { @@ -2625,13 +2621,14 @@ EShellWindow:disabled { /* removes the "flash" when quitting */ /***************** * Color Chooser * *****************/ -colorswatch, -colorswatch:selected { +colorswatch/*, +colorswatch:selected*/ { background-image: none; background-color: transparent; border-style: solid; border-color: transparent; border-width: 1px; + padding: 2px; } colorswatch.dark overlay:hover {