Merge pull request #280 from wa4557/fies
Small fixes for gtkCalender and lightdm greeterpull/293/head
commit
1b3e667636
|
@ -64,7 +64,7 @@
|
|||
background-color: fade-out($black, .7);
|
||||
border-color: fade-out($white, .4);
|
||||
border-radius: 5px;
|
||||
padding: 7px;
|
||||
padding: 6px;
|
||||
color: $white;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
@ -94,9 +94,12 @@
|
|||
}
|
||||
|
||||
.lightdm.option-button {
|
||||
padding: 5px;
|
||||
background: none;
|
||||
border: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.lightdm.option-button:insensitive:insensitive {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.lightdm.toggle-button {
|
||||
|
|
|
@ -4,16 +4,25 @@
|
|||
|
||||
@include exports("calendar") {
|
||||
GtkCalendar {
|
||||
padding: $spacing;
|
||||
padding: 1px 3px;
|
||||
outline-offset: -1px;
|
||||
|
||||
&:inconsistent { color: mix($fg_color, $bg_color, .5); }
|
||||
|
||||
&.view, &.highlight, &.header, &.button {
|
||||
&, &:focus, &:hover, &:insensitive {
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.button {
|
||||
&, &:focus, &:hover, &:insensitive {
|
||||
color: $white;
|
||||
border-width: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue