Fix toolbar weird line
This commit is contained in:
parent
9305b869f8
commit
78a8a0e732
@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
/**********
|
||||
* states *
|
||||
**********/
|
||||
|
@ -17,7 +17,7 @@
|
||||
@define-color question_bg_color rgb (138, 173, 212);
|
||||
@define-color error_fg_color rgb (166, 38, 38);
|
||||
@define-color error_bg_color rgb (237, 54, 54);
|
||||
@define-color link_color @selected_bg_color;
|
||||
@define-color link_color #148add;
|
||||
@define-color error_color #cc0000;
|
||||
@define-color combobox_color #888888;
|
||||
@define-color progress_color #5591c3;
|
||||
|
@ -1978,7 +1978,7 @@ GtkTextView {
|
||||
color: @dark_fg_color;
|
||||
text-shadow: 0 -1px shade (@dark_bg_color, 0.7);
|
||||
|
||||
box-shadow: inset 0 1px shade (@dark_bg_color, 0.94);
|
||||
box-shadow: inset 0 0px shade (@dark_bg_color, 0.94);
|
||||
}
|
||||
|
||||
.primary-toolbar .toolbar:backdrop,
|
||||
|
Loading…
x
Reference in New Issue
Block a user