mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
remove background-color for user status and weather status in dashboard, build all
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
8a3016565f
commit
1ce5dbd95f
8 changed files with 9 additions and 76948 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -282,18 +282,12 @@ li:not(.inline) #user-status-menu-item {
|
|||
width: 100%;
|
||||
|
||||
> button {
|
||||
background-color: var(--color-main-background);
|
||||
background-size: 16px;
|
||||
border: 0;
|
||||
border-radius: var(--border-radius-pill);
|
||||
font-weight: normal;
|
||||
padding-left: 40px;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: var(--color-background-hover);
|
||||
}
|
||||
|
||||
&.icon-loading-small {
|
||||
&::after {
|
||||
left: 21px;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -463,18 +463,12 @@ li:not(.inline) .weather-status-menu-item {
|
|||
width: 100%;
|
||||
|
||||
> button {
|
||||
background-color: var(--color-main-background) !important;
|
||||
background-size: 16px;
|
||||
border: 0;
|
||||
border-radius: var(--border-radius-pill);
|
||||
font-weight: normal;
|
||||
padding-left: 40px;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: var(--color-background-hover) !important;
|
||||
}
|
||||
|
||||
&.icon-loading-small {
|
||||
&::after {
|
||||
left: 21px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue