Browse Source

dropdownmeny and chat color

pull/11/head
gilbN 6 years ago
parent
commit
aada930c6c
  1. 13
      CSS/themes/organizr-hotline.css
  2. 13
      CSS/themes/organizr-marine.css

13
CSS/themes/organizr-hotline.css

@ -21,6 +21,9 @@
--hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed;
--notification-box-line: #F44336;
}
html {
background: var(--main-bg-color);
}
body {
color: white;
}
@ -43,7 +46,12 @@
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background: transparent;
}
.dropdown-menu {
background: var(--modal-bg-color);
}
.chat-list .odd .chat-text {
background: var(--custom-buttons-color);
}
/* Background */
#page-wrapper {
background: var(--main-bg-color) !important;
@ -199,6 +207,9 @@
.fc-widget-content.fc-today {
background-color: rgba(255, 255, 255, 0.25) !important;
}
.fc-popover {
background: var(--modal-bg-color);
}
/* Homepage Now playing card */
.nowPlayingItem > .white-box > .el-card-item {
background: rgba(0, 0, 0, 0.15) !important;

13
CSS/themes/organizr-marine.css

@ -21,6 +21,9 @@
--hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed;
--notification-box-line: #009688;
}
html {
background: var(--main-bg-color);
}
body {
color: white;
}
@ -43,7 +46,12 @@
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background: transparent;
}
.dropdown-menu {
background: var(--modal-bg-color);
}
.chat-list .odd .chat-text {
background: var(--custom-buttons-color);
}
/* Background */
#page-wrapper {
background: var(--main-bg-color) !important;
@ -199,6 +207,9 @@
.fc-widget-content.fc-today {
background-color: rgba(255, 255, 255, 0.25) !important;
}
.fc-popover {
background: var(--modal-bg-color);
}
/* Homepage Now playing card */
.nowPlayingItem > .white-box > .el-card-item {
background: rgba(0, 0, 0, 0.15) !important;

Loading…
Cancel
Save