Browse Source

Fix for white border on windows

pull/23/head
Weilbyte 5 years ago
parent
commit
659756e08a
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. 6
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 2
      PVEDiscordDark/sass/PVEDiscordDark.css.map
  3. 3
      PVEDiscordDark/sass/x/_component.sass
  4. 3
      PVEDiscordDark/sass/x/_window.sass

6
PVEDiscordDark/sass/PVEDiscordDark.css

@ -421,6 +421,10 @@
border-right-width: 0; border-right-width: 0;
} }
.x-message-box .x-window-body {
background-color: #2c2f33;
}
.x-viewport { .x-viewport {
background: #23272a; background: #23272a;
} }
@ -602,7 +606,7 @@
} }
.x-component.x-box-item.x-component-default { .x-component.x-box-item.x-component-default {
background: #23272a; background-color: #2c2f33;
} }
.x-component.x-fieldset-header-text.x-component-default { .x-component.x-fieldset-header-text.x-component-default {

2
PVEDiscordDark/sass/PVEDiscordDark.css.map

File diff suppressed because one or more lines are too long

3
PVEDiscordDark/sass/x/_component.sass

@ -1,7 +1,6 @@
.x-component .x-component
color: #fff color: #fff
&.x-box-item.x-component-default &.x-box-item.x-component-default
background: #23272a background-color: #2c2f33
&.x-fieldset-header-text.x-component-default &.x-fieldset-header-text.x-component-default
color: #fff color: #fff

3
PVEDiscordDark/sass/x/_window.sass

@ -41,3 +41,6 @@
background: #23272a background: #23272a
border-bottom-width: 0 border-bottom-width: 0
border-right-width: 0 border-right-width: 0
.x-message-box .x-window-body
background-color: #2c2f33
Loading…
Cancel
Save