Browse Source

dropdownmeny and chat color

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

15
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; --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; --notification-box-line: #F44336;
} }
html {
background: var(--main-bg-color);
}
body { body {
color: white; color: white;
} }
@ -43,7 +46,12 @@
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background: transparent; background: transparent;
} }
.dropdown-menu {
background: var(--modal-bg-color);
}
.chat-list .odd .chat-text {
background: var(--custom-buttons-color);
}
/* Background */ /* Background */
#page-wrapper { #page-wrapper {
background: var(--main-bg-color) !important; background: var(--main-bg-color) !important;
@ -199,12 +207,15 @@
.fc-widget-content.fc-today { .fc-widget-content.fc-today {
background-color: rgba(255, 255, 255, 0.25) !important; background-color: rgba(255, 255, 255, 0.25) !important;
} }
.fc-popover {
background: var(--modal-bg-color);
}
/* Homepage Now playing card */ /* Homepage Now playing card */
.nowPlayingItem > .white-box > .el-card-item { .nowPlayingItem > .white-box > .el-card-item {
background: rgba(0, 0, 0, 0.15) !important; background: rgba(0, 0, 0, 0.15) !important;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
} }
.label-info { .label-info {
background: var(--custom-buttons-color); background: var(--custom-buttons-color);
} }

17
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; --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; --notification-box-line: #009688;
} }
html {
background: var(--main-bg-color);
}
body { body {
color: white; color: white;
} }
@ -43,7 +46,12 @@
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background: transparent; background: transparent;
} }
.dropdown-menu {
background: var(--modal-bg-color);
}
.chat-list .odd .chat-text {
background: var(--custom-buttons-color);
}
/* Background */ /* Background */
#page-wrapper { #page-wrapper {
background: var(--main-bg-color) !important; background: var(--main-bg-color) !important;
@ -195,10 +203,13 @@
} }
th.fc-day-header.fc-widget-header.fc-today { th.fc-day-header.fc-widget-header.fc-today {
background-color:rgba(255, 255, 255, 0.25) !important; background-color:rgba(255, 255, 255, 0.25) !important;
} }
.fc-widget-content.fc-today { .fc-widget-content.fc-today {
background-color: rgba(255, 255, 255, 0.25) !important; background-color: rgba(255, 255, 255, 0.25) !important;
} }
.fc-popover {
background: var(--modal-bg-color);
}
/* Homepage Now playing card */ /* Homepage Now playing card */
.nowPlayingItem > .white-box > .el-card-item { .nowPlayingItem > .white-box > .el-card-item {
background: rgba(0, 0, 0, 0.15) !important; background: rgba(0, 0, 0, 0.15) !important;

Loading…
Cancel
Save