|
|
@ -224,7 +224,8 @@ GtkComboBox,
|
|
|
|
color: @fg_color;
|
|
|
|
color: @fg_color;
|
|
|
|
text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4);
|
|
|
|
text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4);
|
|
|
|
|
|
|
|
|
|
|
|
transition: 100ms ease-in-out;
|
|
|
|
/* This breaks Gtk+ 3.5.x, lp #1015497. */
|
|
|
|
|
|
|
|
/* transition: 100ms ease-in-out; */
|
|
|
|
|
|
|
|
|
|
|
|
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
|
|
|
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
|
|
|
from (shade (@button_bg_color, 0.85)),
|
|
|
|
from (shade (@button_bg_color, 0.85)),
|
|
|
@ -1793,7 +1794,8 @@ GtkTextView {
|
|
|
|
color: @dark_fg_color;
|
|
|
|
color: @dark_fg_color;
|
|
|
|
text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32);
|
|
|
|
text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32);
|
|
|
|
|
|
|
|
|
|
|
|
transition: 0ms ease-in-out;
|
|
|
|
/* This breaks Gtk+ 3.5.x, lp #1015497. */
|
|
|
|
|
|
|
|
/* transition: 0ms ease-in-out; */
|
|
|
|
|
|
|
|
|
|
|
|
-unico-focus-border-radius: 4;
|
|
|
|
-unico-focus-border-radius: 4;
|
|
|
|
-unico-focus-border-color: alpha (@selected_bg_color, 0.5);
|
|
|
|
-unico-focus-border-color: alpha (@selected_bg_color, 0.5);
|
|
|
@ -1813,7 +1815,8 @@ GtkTextView {
|
|
|
|
.primary-toolbar .button:insensitive {
|
|
|
|
.primary-toolbar .button:insensitive {
|
|
|
|
border-width: 1px;
|
|
|
|
border-width: 1px;
|
|
|
|
|
|
|
|
|
|
|
|
transition: 0ms ease-in-out;
|
|
|
|
/* This breaks Gtk+ 3.5.x, lp #1015497. */
|
|
|
|
|
|
|
|
/* transition: 0ms ease-in-out; */
|
|
|
|
|
|
|
|
|
|
|
|
-unico-inner-stroke-width: 1px;
|
|
|
|
-unico-inner-stroke-width: 1px;
|
|
|
|
-unico-outer-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
|
|
|
|
-unico-outer-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
|
|
|
|