1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-17 14:42:05 +00:00
nextcloud-breeze-dark/core/css/apps/thirdparty/_weather.scss

49 lines
1.2 KiB
SCSS

/* Weather ------------------------------------------------------------------ */
.app-weather #city-list-left {
background-color: $background-normal;
border-left: none;
border-right-color: $decoration-normal;
.city-list {
li {
a {
color: $foreground-normal;
}
&:hover, &:hover > a {
background-color: $background-active-hover;
box-shadow: inset 4px 0 var(--color-primary);
}
&.selected, &.selected a {
background-color: $background-active;
color: $foreground-active;
font-weight: 600;
box-shadow: inset 4px 0 var(--color-primary);
}
}
#create-city {
background-color: $background-normal;
border-left: none;
border-right: none;
border-top-color: $decoration-active;
border-bottom-color: $decoration-active;
h1 {
color: $foreground-active;
}
hr {
background: $decoration-normal;
}
}
}
}
.app-weather #city-right table tr {
background-color: unset;
}