Browse Source
7.0: Fix grid group title color for repo page
pull/81/head
Weilbyte
4 years ago
No known key found for this signature in database
GPG Key ID: E1EB2BFCF73B5B9F
1 changed files with
5 additions and
5 deletions
-
PVEDiscordDark/sass/x/_grid.sass
|
|
@ -10,7 +10,7 @@ |
|
|
|
background: $dark |
|
|
|
border-width: 0 !important |
|
|
|
&:hover, &.x-grid-item-selected |
|
|
|
background-color: $light |
|
|
|
background-color: $light |
|
|
|
|
|
|
|
.x-grid-item-alt |
|
|
|
background: $darker |
|
|
@ -20,7 +20,7 @@ |
|
|
|
background: $dark |
|
|
|
border-width: 0 !important |
|
|
|
|
|
|
|
.x-grid-group-title |
|
|
|
.proxmox-apt-repos .x-grid-group-title, .x-grid-group-title |
|
|
|
color: #fff |
|
|
|
|
|
|
|
.x-grid-row-loading |
|
|
@ -39,6 +39,6 @@ |
|
|
|
.x-grid-icon-custom.lock-migrate:after |
|
|
|
color: $yellow |
|
|
|
|
|
|
|
.x-grid-empty |
|
|
|
background-color: inherit |
|
|
|
color: #fff |
|
|
|
.x-grid-empty |
|
|
|
background-color: inherit |
|
|
|
color: #fff |
|
|
|