Browse Source

Migration plane color change (fix #35); Storage icons; Template context menu colors

pull/46/head
Weilbyte 4 years ago
parent
commit
19ecb1e050
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. 1019
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 40
      PVEDiscordDark/sass/PVEDiscordDark.css.map
  3. 12
      PVEDiscordDark/sass/x/_menu.sass
  4. 2
      PVEDiscordDark/sass/x/_tree.sass

1019
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

40
PVEDiscordDark/sass/PVEDiscordDark.css.map

File diff suppressed because one or more lines are too long

12
PVEDiscordDark/sass/x/_menu.sass

@ -21,6 +21,12 @@
.x-menu-item-icon-default.x-menu-item-icon.fa
&.fa-fw
&.fa-building
color: #fff
&.fa-folder
color: #fff
&.fa-send-o
color: #fff
@ -78,3 +84,9 @@ div[aria-labelledby^="ext-comp-"][aria-labelledby$="_header-title-textEl"] > div
div[aria-labelledby^="ext-comp-"][aria-labelledby$="_header-title-textEl"] > div:nth-child(2) > div:nth-child(2) > div > div[class*="x-menu-item"] > a[aria-disabled="true"], div[aria-labelledby^="nodeCmdMenu-"][aria-labelledby$="_header-title-textEl"] > div:nth-child(2) > div:nth-child(2) > div > div[class*="x-menu-item"] > a[aria-disabled="true"]
opacity: 0.5
background: #23272A
div[aria-labelledby^="ext-comp-"][aria-labelledby$="_header-title-textEl"]>div:nth-child(2)>div:nth-child(3)>div:nth-child(1)>div[class*=x-menu-item]
background: inherit
div[aria-labelledby^="ext-comp-"][aria-labelledby$="_header-title-textEl"]>div:nth-child(2)>div:nth-child(3)>div:nth-child(1)>div[class*=x-menu-item]>a[class*=x-menu-item-focus]
background: #23272A

2
PVEDiscordDark/sass/x/_tree.sass

@ -40,6 +40,8 @@
color: #7289da!important
&.fa-database
color: #7289da!important
&.lock-migrate:after
color: $yellow
.x-tree-icon-parent-expanded:not(.x-tree-icon-custom):before, .x-tree-icon-parent:not(.x-tree-icon-custom):before
color: white

Loading…
Cancel
Save