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. 5
      PVEDiscordDark/sass/x/_window.sass

6
PVEDiscordDark/sass/PVEDiscordDark.css

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

5
PVEDiscordDark/sass/x/_window.sass

@ -40,4 +40,7 @@
.x-window-header.x-header.x-header-draggable.x-docked.x-unselectable.x-window-header-default.x-horizontal.x-window-header-horizontal.x-window-header-default-horizontal.x-top.x-window-header-top.x-window-header-default-top.x-box-layout-ct
background: #23272a
border-bottom-width: 0
border-right-width: 0
border-right-width: 0
.x-message-box .x-window-body
background-color: #2c2f33
Loading…
Cancel
Save