Browse Source

org base fixes

pull/235/head
gilbN 3 years ago
parent
commit
117133f0e7
  1. 31
      CSS/themes/organizr/organizr-base.css

31
CSS/themes/organizr/organizr-base.css

@ -7,9 +7,14 @@
/* THEME PARK CUSTOM */ /* THEME PARK CUSTOM */
.modal-content {
background: var(--modal-bg-color);
}
.panel-footer { .panel-footer {
background: var(--modal-footer-color) !important; background: var(--modal-footer-color) !important;
} }
.panel-default .panel-body, .panel-default .panel-body,
.panel-white .panel-body { .panel-white .panel-body {
color: var(--text); color: var(--text);
@ -1138,7 +1143,8 @@ a:hover {
} }
.progress-bar-info { .progress-bar-info {
background: rgba(255, 255, 255, 0.25) !important; background: rgb(var(--accent-color)) !important;
color: var(--label-text-color);
} }
.progress-bar-inverse, .progress-bar-inverse,
@ -1411,13 +1417,14 @@ body {
border: 1px solid var(--button-color-hover); border: 1px solid var(--button-color-hover);
} }
/*Custom tab*/ /*Custom tab
.customtab li.active a, .customtab li.active a,
.customtab li.active a:hover, .customtab li.active a:hover,
.customtab li.active a:focus { .customtab li.active a:focus {
/*border-bottom: 2px solid #1f1f1f; border-bottom: 2px solid #1f1f1f;
color: #1f1f1f;*/ color: #1f1f1f;
} }
*/
.tabs-vertical li.active a, .tabs-vertical li.active a,
.tabs-vertical li.active a:hover, .tabs-vertical li.active a:hover,
@ -1501,6 +1508,12 @@ body {
background: #1b1a1a; background: #1b1a1a;
} }
#mediaSearch-area>div>div,
body>div.mfp-wrap.mfp-auto-cursor.mfp-zoom-out.mfp-ready>div>div.mfp-content>div>div>div,
body>div.mfp-wrap.mfp-auto-cursor.mfp-zoom-out.mfp-ready>div>div.mfp-content>div>div>div.white-box.m-b-0.bg-info {
background: var(--modal-bg-color) !important;
}
.bg-title { .bg-title {
background: var(--main-bg-color); background: var(--main-bg-color);
} }
@ -1571,10 +1584,11 @@ input,
.tab-content .panel .panel-body .bg-org { .tab-content .panel .panel-body .bg-org {
background: transparent !important; background: transparent !important;
} }
/*
.jq-toast-single { .jq-toast-single {
/*border-radius: 10px 10px 0 0;*/ border-radius: 10px 10px 0 0;
} }
*/
.tooltip-text3 { .tooltip-text3 {
border-bottom: 10px solid #2cabe4; border-bottom: 10px solid #2cabe4;
@ -1800,7 +1814,6 @@ th {
.list-group-item.disabled:focus, .list-group-item.disabled:focus,
.list-group-item.disabled:hover, .list-group-item.disabled:hover,
.manage-table, .manage-table,
.modal-content,
.myadmin-dd .dd-list .dd-item .dd-handle, .myadmin-dd .dd-list .dd-item .dd-handle,
.myadmin-dd-empty .dd-list .dd3-content, .myadmin-dd-empty .dd-list .dd3-content,
.myadmin-dd-empty .dd-list .dd3-handle, .myadmin-dd-empty .dd-list .dd3-handle,
@ -1824,7 +1837,7 @@ th {
.table tbody tr.advance-table-row td, .table tbody tr.advance-table-row td,
.thumbnail, .thumbnail,
.well, .well,
.white-box:not(.white-box.resultBox-outside), .white-box:not(.resultBox-outside.white-box),
input, input,
pre, pre,
select, select,
@ -1911,4 +1924,4 @@ span.select2-results {
.select2-container--default .select2-results__option[aria-selected=true] { .select2-container--default .select2-results__option[aria-selected=true] {
background-color: #232323; background-color: #232323;
} }
Loading…
Cancel
Save