Browse Source

Seperate ceph style, make userinfo dropdown match color

pull/23/head
Weilbyte 5 years ago
parent
commit
18c86ce5e6
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. 21
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 3
      PVEDiscordDark/sass/PVEDiscordDark.css.map
  3. 1
      PVEDiscordDark/sass/PVEDiscordDark.sass
  4. 2
      PVEDiscordDark/sass/proxmox/_pveCeph.sass
  5. 13
      PVEDiscordDark/sass/special/_specific.sass

21
PVEDiscordDark/sass/PVEDiscordDark.css

@ -716,6 +716,10 @@ div[id^="proxmoxRRDChart-"] > div:nth-child(3) > div {
background-color: #23272a;
}
div[id^="pveCephInstallWindow-"][id$="-innerCt"] div div div div {
background: #23272a;
}
#toolbar-1069-innerCt {
background: #2c2f33;
}
@ -820,15 +824,24 @@ a[id^="menuitem-"][id$="-itemEl"] div[class*="fa-trash-o"]:before {
color: #ba2b2d;
}
div[id^="pveCephInstallWindow-"][id$="-innerCt"] div div div div {
background: #23272a;
}
#userinfo.x-btn {
background-color: transparent !important;
border: 1px solid #d23d3f !important;
}
div[id="menu-1029-targetEl"] > div[class*="x-menu-item"] {
background: #2c2f33;
}
div[id="menu-1029-targetEl"] > div[class*="x-menu-item"] > a[class*="x-menu-item-focus"] {
background: #23272A;
}
div[id="menu-1029-targetEl"] > div[class*="x-menu-item"] > div[class*="x-menu-item"] > a[aria-disabled="true"] {
opacity: 0.5;
background: #23272A;
}
.pve-itype-icon-processor {
background-image: url("/pve2/images/dd_icon-cpu.png");
}

3
PVEDiscordDark/sass/PVEDiscordDark.css.map

File diff suppressed because one or more lines are too long

1
PVEDiscordDark/sass/PVEDiscordDark.sass

@ -27,6 +27,7 @@
@import './proxmox/_pveDc.sass';
@import './proxmox/_proxmoxRRDChart.sass';
@import './proxmox/_pveCeph.sass';
@import './special/_specific.sass';
@import './special/_icons.sass';

2
PVEDiscordDark/sass/proxmox/_pveCeph.sass

@ -0,0 +1,2 @@
div[id^="pveCephInstallWindow-"][id$="-innerCt"] div div div div
background: #23272a

13
PVEDiscordDark/sass/special/_specific.sass

@ -84,9 +84,14 @@ a[id^="menuitem-"][id$="-itemEl"] div[class*="fa-refresh"]:before, span[id^="pro
a[id^="menuitem-"][id$="-itemEl"] div[class*="fa-trash-o"]:before
color: $red
div[id^="pveCephInstallWindow-"][id$="-innerCt"] div div div div
background: #23272a
// Userinfo button specifics
#userinfo.x-btn
background-color: transparent !important
border: 1px solid #d23d3f !important
border: 1px solid #d23d3f !important
div[id="menu-1029-targetEl"] > div[class*="x-menu-item"]
background: #2c2f33
div[id="menu-1029-targetEl"] > div[class*="x-menu-item"] > a[class*="x-menu-item-focus"]
background: #23272A
div[id="menu-1029-targetEl"] > div[class*="x-menu-item"] > div[class*="x-menu-item"] > a[aria-disabled="true"]
opacity: 0.5
background: #23272A
Loading…
Cancel
Save