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