Browse Source

PAM Permission coloring

pull/23/head
Weilbyte 5 years ago
parent
commit
60e5f622ff
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. 12
      PVEDiscordDark/sass/x/_tree.sass

8
PVEDiscordDark/sass/PVEDiscordDark.css

@ -570,6 +570,10 @@
color: #7289da !important; color: #7289da !important;
} }
.x-tree-icon.x-tree-icon-custom.x-tree-icon-leaf.fa.fa-fw.fa-unlock {
color: white;
}
.x-tree-icon.x-tree-icon-custom.x-tree-icon-leaf.fa.fa-desktop { .x-tree-icon.x-tree-icon-custom.x-tree-icon-leaf.fa.fa-desktop {
color: #7289da !important; color: #7289da !important;
} }
@ -578,6 +582,10 @@
color: #7289da !important; color: #7289da !important;
} }
.x-tree-icon-parent-expanded:not(.x-tree-icon-custom):before, .x-tree-icon-parent:not(.x-tree-icon-custom):before {
color: white;
}
.x-tree-icon-custom:after { .x-tree-icon-custom:after {
text-shadow: 0 0 0 #2c2f33; text-shadow: 0 0 0 #2c2f33;
} }

2
PVEDiscordDark/sass/PVEDiscordDark.css.map

File diff suppressed because one or more lines are too long

12
PVEDiscordDark/sass/x/_tree.sass

@ -14,8 +14,6 @@
&.fa-cube &.fa-cube
color: #7289da!important color: #7289da!important
&.x-tree-icon-parent.fa &.x-tree-icon-parent.fa
&.fa-server &.fa-server
color: #7289da!important color: #7289da!important
@ -31,22 +29,20 @@
&.fa-database &.fa-database
color: #7289da!important color: #7289da!important
&.x-tree-icon-leaf.fa &.x-tree-icon-leaf.fa
&.fa-cube &.fa-cube
color: #7289da!important color: #7289da!important
&.running.ha-unmanaged &.running.ha-unmanaged
color: #7289da!important color: #7289da!important
&.fa-fw.fa-unlock
color: white
&.fa-desktop &.fa-desktop
color: #7289da!important color: #7289da!important
&.fa-database &.fa-database
color: #7289da!important color: #7289da!important
.x-tree-icon-parent-expanded:not(.x-tree-icon-custom):before, .x-tree-icon-parent:not(.x-tree-icon-custom):before
color: white
.x-tree-icon-custom:after .x-tree-icon-custom:after
//If you use compass, instead of the line below you could use + text-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10) //If you use compass, instead of the line below you could use + text-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)

Loading…
Cancel
Save