Styling
parent
fa2e9edda6
commit
3f5d2a0f6a
|
@ -93,7 +93,6 @@
|
||||||
animation: dashentry_spinner 1s infinite linear;
|
animation: dashentry_spinner 1s infinite linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.lightdm.option-button {
|
.lightdm.option-button {
|
||||||
background: none;
|
background: none;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
color: $selected_bg_color;
|
color: $selected_bg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.view, &.highlight, &.header, &.button {
|
&.view, &.highlight, &.header, &.button {
|
||||||
&, &:focus, &:hover, &:insensitive {
|
&, &:focus, &:hover, &:insensitive {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -24,6 +25,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.button {
|
&.button {
|
||||||
&, &:focus, &:hover, &:insensitive {
|
&, &:focus, &:hover, &:insensitive {
|
||||||
color: $white;
|
color: $white;
|
||||||
|
@ -31,8 +33,10 @@
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.highlight { color: $selected_bg_color; }
|
&.highlight { color: $selected_bg_color; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* gnome-calendar */
|
/* gnome-calendar */
|
||||||
.calendar-view {
|
.calendar-view {
|
||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
|
|
Loading…
Reference in New Issue