mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix font-weight for datepicker title.
Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
parent
d138324eef
commit
25d29f06bc
1 changed files with 1 additions and 1 deletions
|
|
@ -979,13 +979,13 @@ code {
|
|||
.ui-widget-header {
|
||||
padding: 7px;
|
||||
font-size: 13px;
|
||||
font-weight: 300;
|
||||
border: none;
|
||||
background-color: $color-main-background;
|
||||
color: $color-main-text;
|
||||
|
||||
.ui-datepicker-title {
|
||||
line-height: 1;
|
||||
font-weight: 300;
|
||||
}
|
||||
.ui-icon {
|
||||
opacity: .5;
|
||||
|
|
|
|||
Loading…
Reference in a new issue