Remove whitespaces in empty lines
parent
a9c3ce1f54
commit
fa658b616d
|
@ -131,7 +131,7 @@
|
||||||
|
|
||||||
.content-view .help_button * {
|
.content-view .help_button * {
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-view .toolbar {
|
.content-view .toolbar {
|
||||||
-GtkWidget-window-dragging: true;
|
-GtkWidget-window-dragging: true;
|
||||||
|
@ -655,7 +655,7 @@ BirdieWidgetsTweetList * {
|
||||||
}
|
}
|
||||||
|
|
||||||
.composited-indicator,
|
.composited-indicator,
|
||||||
.wingpanel-app-button,
|
.wingpanel-app-button,
|
||||||
.wingpanel-indicator-button {
|
.wingpanel-indicator-button {
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
background-color: shade(@lightdm_bg_color, 0.9);
|
background-color: shade(@lightdm_bg_color, 0.9);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @lightdm_fg_color;
|
color: @lightdm_fg_color;
|
||||||
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transition: all 150ms ease-out;
|
transition: all 150ms ease-out;
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
-WnckTasklist-fade-overlay-rect: 0;
|
-WnckTasklist-fade-overlay-rect: 0;
|
||||||
|
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
|
|
||||||
outline-color: alpha(@theme_selected_bg_color, 0.5);
|
outline-color: alpha(@theme_selected_bg_color, 0.5);
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-offset: 0;
|
outline-offset: 0;
|
||||||
|
@ -1651,7 +1651,6 @@ GtkComboBox .separator {
|
||||||
-GtkWidget-vertical-separator: 0;
|
-GtkWidget-vertical-separator: 0;
|
||||||
|
|
||||||
border-style: none;
|
border-style: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
|
|
Loading…
Reference in New Issue