parent
20d68218a6
commit
17f1ff4733
@ -8,11 +8,11 @@
|
||||
-GtkWidget-text-handle-height: 24;
|
||||
-GtkDialog-button-spacing: 4;
|
||||
-GtkDialog-action-area-border: 0;
|
||||
outline-color: alpha(currentColor,0.3);
|
||||
outline-style: dashed;
|
||||
outline-offset: -3px;
|
||||
outline-width: 1px;
|
||||
-gtk-outline-radius: 3px;
|
||||
outline-color: alpha(currentColor,0.07);
|
||||
outline-style: solid;
|
||||
outline-offset: -2px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 6px;
|
||||
-gtk-secondary-caret-color: #2777ff; }
|
||||
|
||||
/***************
|
||||
|
||||
@ -8,11 +8,11 @@
|
||||
-GtkWidget-text-handle-height: 24;
|
||||
-GtkDialog-button-spacing: 4;
|
||||
-GtkDialog-action-area-border: 0;
|
||||
outline-color: alpha(currentColor,0.3);
|
||||
outline-style: dashed;
|
||||
outline-offset: -3px;
|
||||
outline-width: 1px;
|
||||
-gtk-outline-radius: 3px;
|
||||
outline-color: alpha(currentColor,0.07);
|
||||
outline-style: solid;
|
||||
outline-offset: -2px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 6px;
|
||||
-gtk-secondary-caret-color: #2777ff; }
|
||||
|
||||
/***************
|
||||
|
||||
@ -8,11 +8,11 @@
|
||||
-GtkWidget-text-handle-height: 24;
|
||||
-GtkDialog-button-spacing: 4;
|
||||
-GtkDialog-action-area-border: 0;
|
||||
outline-color: alpha(currentColor,0.3);
|
||||
outline-style: dashed;
|
||||
outline-offset: -3px;
|
||||
outline-width: 1px;
|
||||
-gtk-outline-radius: 3px;
|
||||
outline-color: alpha(currentColor,0.07);
|
||||
outline-style: solid;
|
||||
outline-offset: -2px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 6px;
|
||||
-gtk-secondary-caret-color: #2777ff; }
|
||||
|
||||
/***************
|
||||
|
||||
@ -46,11 +46,11 @@ $_switch_margin: if($_sizevariant=='default', 10px, 7px);
|
||||
// to the adwaita engine: using real CSS properties is faster,
|
||||
// and we don't use any outlines for now.
|
||||
|
||||
outline-color: gtkalpha(currentColor, 0.3);
|
||||
outline-style: dashed;
|
||||
outline-offset: -3px;
|
||||
outline-width: 1px;
|
||||
-gtk-outline-radius: $button-radius - 2;
|
||||
outline-color: gtkalpha(currentColor, 0.07);
|
||||
outline-style: solid;
|
||||
outline-offset: -2px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 6px;
|
||||
|
||||
-gtk-secondary-caret-color: $selected_bg_color
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user