Browse Source

Fix highlight and headers

pull/23/head
Weilbyte 5 years ago
parent
commit
be11283c02
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. 8
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 2
      PVEDiscordDark/sass/PVEDiscordDark.css.map
  3. 3
      PVEDiscordDark/sass/special/_specific.sass
  4. 2
      PVEDiscordDark/sass/x/_column.sass
  5. 2
      PVEDiscordDark/sass/x/_treelist.sass

8
PVEDiscordDark/sass/PVEDiscordDark.css

@ -171,7 +171,7 @@
}
.x-treelist-item-selected > .x-treelist-row {
background-color: #2C2F33;
background-color: #23272a;
}
.x-legend-item {
@ -320,7 +320,7 @@
}
.x-column-header-inner {
background: #2c2f33;
background: #23272a;
border-width: 0 !important;
}
@ -682,6 +682,10 @@
background: #23272a;
}
div[id^="toolbar-"][id$="-innerCt"] div[id^="toolbar-"][id$="-targetEl"] div ul li div {
background-color: #2C2F33;
}
div[id^="pveGuestStatusView-"][id$="-body"] {
background: #23272a;
}

2
PVEDiscordDark/sass/PVEDiscordDark.css.map

File diff suppressed because one or more lines are too long

3
PVEDiscordDark/sass/special/_specific.sass

@ -20,6 +20,9 @@
[id^="pveNodeStatus"]
background: #23272a
div[id^="toolbar-"][id$="-innerCt"] div[id^="toolbar-"][id$="-targetEl"] div ul li div
background-color: #2C2F33
div[id^="pveGuestStatusView-"][id$="-body"]
background: #23272a

2
PVEDiscordDark/sass/x/_column.sass

@ -1,5 +1,5 @@
.x-column-header-inner
background: #2c2f33
background: #23272a
border-width: 0!important
.x-column-header-default

2
PVEDiscordDark/sass/x/_treelist.sass

@ -52,4 +52,4 @@
.x-treelist-item-selected > .x-treelist-row
background-color: #2C2F33
background-color: #23272a
Loading…
Cancel
Save