mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-05 18:52:29 +01:00
Lidarr: fixed base theme
This commit is contained in:
parent
e294d3cdb2
commit
539ef26d8a
@ -21,31 +21,6 @@ body {
|
||||
-moz-background-size: auto, cover;
|
||||
-o-background-size: auto, cover;
|
||||
}
|
||||
/*
|
||||
@media (max-width: 991px) {
|
||||
.toolbar .page-toolbar .x-toolbar-left-1 {
|
||||
display: block;
|
||||
}
|
||||
.toolbar .page-toolbar .btn-group {
|
||||
display: block;
|
||||
}
|
||||
.btn-group.btn-group-collapse > .btn {
|
||||
margin: 2px;
|
||||
display: block;
|
||||
float: none;
|
||||
border-radius: 4px!important;
|
||||
word-wrap: normal;
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 767px) {
|
||||
.table-responsive {
|
||||
border: none;
|
||||
}
|
||||
}*/
|
||||
|
||||
/* -------------------------SONARR V3------------------------------*/
|
||||
|
||||
|
||||
/* LINKS */
|
||||
.Link-to-6fmSq {
|
||||
@ -66,16 +41,16 @@ body {
|
||||
|
||||
/* MODAL */
|
||||
.ModalHeader-modalHeader-gpcvG {
|
||||
background-color: #323232;
|
||||
color: #FFF;
|
||||
background: var(--main-bg-color);
|
||||
color: #fff;
|
||||
}
|
||||
.ModalContent-modalContent--txrl {
|
||||
background-color: #282828;
|
||||
color: #999;
|
||||
background: var(--main-bg-color);
|
||||
color: #fff;
|
||||
}
|
||||
.ModalFooter-modalFooter-1N5Ku {
|
||||
background-color: #323232;
|
||||
color: #FFF;
|
||||
background: var(--main-bg-color);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* INPUT */
|
||||
@ -94,6 +69,9 @@ body {
|
||||
.AutoSuggestInput-suggestionHighlighted-2BWyt {
|
||||
background-color: hsla(0,0%,100%,.08);
|
||||
}
|
||||
.FormInputHelpText-helpText-3_AVV {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
|
||||
@ -101,19 +79,17 @@ body {
|
||||
background-color: rgba(0, 0, 0, .7);
|
||||
}
|
||||
|
||||
/* SEARCH DROPDOWN HEADER */
|
||||
.SeriesSearchInput-containerOpen-3F8xe, .SeriesSearchInput-seriesContainer-2yDTR {
|
||||
border: 1px solid #000000 !important;
|
||||
background-color: #1f1f1f !important;
|
||||
}
|
||||
.SeriesSearchInput-highlighted-15xAK {
|
||||
background-color: hsla(0,0%,100%,.08);
|
||||
}
|
||||
.PageHeader-donate-ZT-3N {
|
||||
color: #c4273c !important;
|
||||
}
|
||||
|
||||
/* SIDE MENU */
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.PageSidebar-sidebar-3IOcI {
|
||||
background-color: rgba(0, 0, 0, .45) !important;
|
||||
}
|
||||
}
|
||||
.PageSidebar-sidebar-2UXc0 {
|
||||
background-color: rgba(0, 0, 0, .45);
|
||||
}
|
||||
@ -123,6 +99,7 @@ body {
|
||||
.PageSidebar-sidebar-3IOcI {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.PageSidebarItem-link-TuHn2:hover, .PageSidebarItem-link-TuHn2:focus {
|
||||
color: #FFF !important;
|
||||
background-color: hsla(0,0%,100%,.08);
|
||||
@ -138,34 +115,10 @@ body {
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.PageSidebar-sidebarContainer-3Hxpq {
|
||||
background-color: rgba(15, 15, 15, .95) !important;
|
||||
background: var(--main-bg-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* SERIES PAGE */
|
||||
|
||||
/* OVERVIEW PAGE */
|
||||
.SeriesIndexOverview-container-4LMzH, .SeriesIndexOverview-container-4LMzH:hover {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.SeriesIndexOverview-content-3GKJk:hover {
|
||||
background-color: hsla(0,0%,100%,.08) !important;
|
||||
}
|
||||
.SeriesIndexOverview-container-4LMzH:hover .SeriesIndexOverview-content-3GKJk {
|
||||
background-color: transparent;
|
||||
}
|
||||
.SeriesIndexOverview-link-1i54B:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* SHOW PAGE */
|
||||
.SeriesDetailsSeason-season-3XIYa, .SeriesDetailsSeason-collapseButtonContainer-3XxzX {
|
||||
border: none !important;
|
||||
background-color: rgba(0, 0, 0, .25) !important;
|
||||
}
|
||||
.SeriesDetailsSeason-actionButton-3BQuA {
|
||||
color: hsla(0,0%,100%,.7) !important;
|
||||
}
|
||||
|
||||
.fa-search:hover {
|
||||
color: #FFF !important;
|
||||
@ -176,16 +129,11 @@ body {
|
||||
.MonitorToggleButton-toggleButton-3CcN9 {
|
||||
color: #dadada;
|
||||
}
|
||||
.SeriesDetailsSeason-seasonNumber-FL7Dt {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.Table-table-2C3O8 {
|
||||
color: #fff;
|
||||
}
|
||||
.SeriesDetailsSeason-collapseButtonContainer-trs6s {
|
||||
border: none !important;
|
||||
background-color: rgba(0, 0, 0, .25) !important;
|
||||
}
|
||||
|
||||
.Popover-title-326tA, .SeasonInfo-title-1tid_, .Popover-body-10Yh7 {
|
||||
background-color: #1f1f1f !important;
|
||||
}
|
||||
@ -194,32 +142,32 @@ body {
|
||||
}
|
||||
|
||||
|
||||
/* TOP MENU SERIES */
|
||||
/* TOP MENU */
|
||||
.PageToolbar-toolbar-1Lo1N {
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
color: hsla(0,0%,100%,.7);
|
||||
}
|
||||
/* POSTERS */
|
||||
.SeriesIndexPoster-title-263Pq, .SeriesIndexPoster-nextAiring-1FZy6 {
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* HOVEL LABELS */
|
||||
.Label-default-2zdw6 {
|
||||
border-color: #1b1b1b;
|
||||
background-color: #1b1b1b;
|
||||
}
|
||||
/* SERIES TOP HEADER DROPDOWN */
|
||||
/* TOP HEADER DROPDOWN */
|
||||
.MenuItem-menuItem-zB-Up, .MenuContent-menuContent-3Zkj4 {
|
||||
background-color: #191a1c;
|
||||
background: var(--modal-bg-color);
|
||||
color: #e1e2e3;
|
||||
}
|
||||
.MenuItem-menuItem-zB-Up:hover, .MenuItem-menuItem-zB-Up:focus {
|
||||
background-color: hsla(0,0%,100%,.08) !important;
|
||||
background: hsla(0,0%,100%,.08) !important;
|
||||
color: #fbfcfc;
|
||||
text-decoration: none;
|
||||
}
|
||||
/* SERIES TOP HEADER HOVER */
|
||||
.MenuItemSeparator-separator-1ayq0 {
|
||||
background-color: #e1e2e3;
|
||||
}
|
||||
|
||||
/* TOP HEADER HOVER */
|
||||
.PageToolbarButton-toolbarButton-QiQEt:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
@ -238,7 +186,7 @@ body {
|
||||
/* ADD NEW */
|
||||
|
||||
/* SEARCH BAR */
|
||||
.Input-input-2YWzR, .AddNewSeries-searchIconContainer-3QAm8, .AddNewSeries-clearLookupButton-1dKG7 {
|
||||
.Input-input-2YWzR {
|
||||
border: none;
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
color: #FFF
|
||||
@ -258,13 +206,7 @@ body {
|
||||
.PageContentBody-innerContentBody-tEszh {
|
||||
color: #fff;
|
||||
}
|
||||
/* SEARCH RESULTS */
|
||||
.AddNewSeriesSearchResult-searchResult-xR8dj {
|
||||
background-color: rgba(0, 0, 0, .25) !important;
|
||||
}
|
||||
.AddNewSeriesSearchResult-searchResult-xR8dj:hover {
|
||||
background-color: hsla(0,0%,100%,.08) !important;
|
||||
}
|
||||
|
||||
|
||||
/* IMPORT */
|
||||
|
||||
@ -278,15 +220,7 @@ body {
|
||||
.VirtualTableRow-row-2-JS9:hover {
|
||||
background-color: hsla(0,0%,100%,.08);
|
||||
}
|
||||
.ImportSeriesSelectSeries-button-3CL3L {
|
||||
border: none !important;
|
||||
background-color: rgba(0, 0, 0, .25) !important;
|
||||
}
|
||||
.ImportSeriesSelectSeries-content-3oSDj, .ImportSeriesSelectSeries-searchIconContainer-1wOES {
|
||||
border: none !important;
|
||||
background-color: #323232 !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
|
||||
/* MASS EDITOR */
|
||||
/* FOOTER */
|
||||
@ -326,9 +260,6 @@ body {
|
||||
border-left: 1px solid hsla(0,0%,100%,.08);
|
||||
border-right: 1px solid hsla(0,0%,100%,.08);
|
||||
}
|
||||
.CalendarEvent-seriesTitle-3sg1o {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.CalendarEvent-event-3Uyb9 {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
@ -354,7 +285,18 @@ body {
|
||||
border: none;
|
||||
color: #c2c6c8;
|
||||
}
|
||||
|
||||
.QualityProfileItem-qualityProfileItem-VFp-W, .QualityProfileItemGroup-qualityProfileItemGroup-2U1l5 {
|
||||
border: none;
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
color: #FFF;
|
||||
}
|
||||
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5.QualityProfileItemGroup-editGroups-2KzDp {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.Label-default-2AF1C {
|
||||
border-color: var(--notification-box-line);
|
||||
background: var(--notification-box-line);
|
||||
}
|
||||
/* PROFILES */
|
||||
.Indexers-center-11Csq {
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
@ -416,6 +358,12 @@ body {
|
||||
background-color: hsla(0,0%,100%,.3) !important;
|
||||
color: #fff;
|
||||
}
|
||||
.Button-primary-1F1YL {
|
||||
border-color: transparent;
|
||||
}
|
||||
.Button-primary-1F1YL:hover {
|
||||
border-color: transparent;
|
||||
}
|
||||
.TagInput-input-3E1DX {
|
||||
background-color: transparent;
|
||||
color: #FFF;
|
||||
@ -453,6 +401,21 @@ body {
|
||||
color: #fbfcfc;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ArtistSearchInput-sectionTitle-3Xr5V {
|
||||
color: #fff;
|
||||
}
|
||||
.ArtistSearchInput-containerOpen-OZAuD .ArtistSearchInput-artistContainer-331xe {
|
||||
border: none;
|
||||
background: var(--modal-bg-color);
|
||||
color: #fff;
|
||||
box-shadow: 0 0 10px 1px #000000;
|
||||
}
|
||||
.ArtistSearchInput-artistContainer-331xe::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
.ArtistSearchInput-highlighted-2oxYA {
|
||||
background-color: hsla(0,0%,100%,.08)
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
@media only screen and (max-width: 768px) {
|
||||
@ -512,7 +475,10 @@ body {
|
||||
border: none;
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
.ArtistDetails-metadataMessage-iAuvq {
|
||||
.ArtistDetails-metadataMessage-2NtMl {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ArtistDetailsSeason-albumCount-36Ow9 {
|
||||
color: #ffffff;
|
||||
}
|
||||
/*ARTIST ALBUM PAGE*/
|
||||
@ -534,6 +500,9 @@ body {
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
color: #fff;
|
||||
}
|
||||
.ProgressBar-container-14z4A {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
/* OVERVIEW PAGE */
|
||||
.ArtistIndexOverview-container-29HZM, .ArtistIndexOverview-container-29HZM:hover {
|
||||
background-color: transparent !important;
|
||||
@ -567,22 +536,23 @@ text-decoration: none;
|
||||
color: #fff;
|
||||
}
|
||||
/* Table options*/
|
||||
.TableOptionsColumn-column-2z0me {
|
||||
.TableOptionsColumn-column-2H7ic {
|
||||
background: rgba(0, 0, 0, .25);
|
||||
color: #FFF;
|
||||
border: none;
|
||||
}
|
||||
/* Fix rating border*/
|
||||
.ArtistIndexRow-ratings-nqXPx {
|
||||
border-top: 1px solid #eee !important;
|
||||
}
|
||||
/* ADD NEW ARTIST */
|
||||
.AddNewArtist-searchIconContainer-7ygSM, .Input-input-dS7Oc, .AddNewArtist-clearLookupButton-2ym1-, .AddNewArtistSearchResult-searchResult-3_U8e,
|
||||
.AddNewArtist-searchIconContainer-7ygSM, .Input-input-dS7Oc, .AddNewArtist-clearLookupButton-2ym1-, .AddNewArtistSearchResult-searchResult-N5Vx4,
|
||||
.ImportArtistSelectArtist-button-WUML4, .PageContentFooter-contentFooter-1t6xx {
|
||||
border: none;
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
color: #FFF;
|
||||
}
|
||||
.AddNewArtistSearchResult-searchResult-3_U8e:hover {
|
||||
.AddNewArtistSearchResult-searchResult-N5Vx4:hover {
|
||||
background-color: hsla(0,0%,100%,.08);
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
@ -712,354 +682,3 @@ text-decoration: none;
|
||||
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5.QualityProfileItemGroup-editGroups-2KzDp {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
/* -------------------------BAZARR------------------------------*/
|
||||
/* TOP MENU */
|
||||
#divmenu {
|
||||
background-color: transparent !important;
|
||||
box-shadow: none !important;
|
||||
opacity: 1;
|
||||
}
|
||||
#divdetails {
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
box-shadow: none;
|
||||
}
|
||||
.ui.inverted.menu {
|
||||
border: 0 solid transparent;
|
||||
background: transparent !important;
|
||||
}
|
||||
#ui.top.attached.tabular.menu {
|
||||
background: rgb(0, 0, 0, .25) !important;
|
||||
}
|
||||
/* SEARCH BAR */
|
||||
.prompt {
|
||||
background-color: rgba(0, 0, 0, .25) !important;
|
||||
color: #FFF;
|
||||
border-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
.ui.input>input {
|
||||
background: rgba(0, 0, 0, 0.25) !important;
|
||||
border: none;
|
||||
color: #FFF !important;
|
||||
}
|
||||
.ui.input.focus>input, .ui.input>input:focus {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.ui.search>.results {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
-webkit-transform-origin: center top;
|
||||
transform-origin: center top;
|
||||
white-space: normal;
|
||||
text-align: left;
|
||||
text-transform: none;
|
||||
background: #fff;
|
||||
margin-top: .5em;
|
||||
width: 18em;
|
||||
border-radius: .28571429rem;
|
||||
-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
|
||||
box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
|
||||
border: 1px solid #d4d4d5;
|
||||
z-index: 998;
|
||||
}
|
||||
|
||||
/* OVERVIEW */
|
||||
#fondblanc {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
box-shadow: none;
|
||||
color: #FFF !important;
|
||||
}
|
||||
.ui.input {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui.table thead th {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui.table {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui.table tr td {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
.ui.selectable.table tbody tr:hover, .ui.table tbody tr td.selectable:hover {
|
||||
background: hsla(0,0%,100%,.08) !important;
|
||||
color: #ffffff!important;
|
||||
}
|
||||
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
i.black.icon {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.ui.label {
|
||||
color: rgb(0, 0, 0) !important;
|
||||
}
|
||||
.ui.progress .bar>.progress {
|
||||
color: white !important;
|
||||
}
|
||||
.ui.inverted.menu .dropdown.item:hover, .ui.inverted.menu .link.item:hover, .ui.inverted.menu a.item:hover, .ui.link.inverted.menu .item:hover {
|
||||
border-radius: 6px;
|
||||
}
|
||||
/* MOVIES EDITOR */
|
||||
|
||||
.ui.sortable.table thead th.sorted {
|
||||
background: rgba(0,0,0,.05);
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui.sortable.table thead th.sorted:hover {
|
||||
background: hsla(0,0%,100%,.08);
|
||||
color: #FFF;
|
||||
}
|
||||
.ui.sortable.table thead th {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui.sortable.table thead th:hover {
|
||||
background: hsla(0,0%,100%,.08);
|
||||
color: #FFF;
|
||||
}
|
||||
.ui.menu .ui.dropdown .menu>.item {
|
||||
background: #191a1c!important;
|
||||
color: #FFF!important;
|
||||
}
|
||||
.ui.menu .ui.dropdown .menu>.item:hover {
|
||||
color: #FFF !important;
|
||||
background-color: hsla(0, 0%, 0%, 0.8) !important;
|
||||
}
|
||||
.ui.menu {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.ui.menu .dropdown.item .menu {
|
||||
background: #191a1c!important;
|
||||
}
|
||||
.ui.segment {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
/* EDIT SERIES/MOVIE MODAL */
|
||||
.ui.modal>.header {
|
||||
background: #323232;
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui.modal>.content {
|
||||
background: #282828;
|
||||
color: white;
|
||||
}
|
||||
.ui.modal>.actions {
|
||||
background: #323232;
|
||||
}
|
||||
.ui.modal .actions>.button {
|
||||
margin-left: .75em;
|
||||
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
||||
text-transform: uppercase;
|
||||
transition: background-color .1s;
|
||||
}
|
||||
.ui.modal > .close {
|
||||
top: .7rem;
|
||||
right: .4rem;
|
||||
}
|
||||
/* CANCEL BUTTON */
|
||||
.ui.button {
|
||||
background: hsla(0,0%,100%,.25) !important;
|
||||
color: #ffffff;
|
||||
transition: background-color .1s;
|
||||
}
|
||||
.ui.button:hover, .ui.button:focus {
|
||||
background-color: hsla(0,0%,100%,.3) !important;
|
||||
color: #FFF;
|
||||
}
|
||||
.ui.active.button:active, .ui.button:active {
|
||||
background-color: hsla(0,0%,100%,.2) !important;
|
||||
color: #ffffff;
|
||||
}
|
||||
/* SAVE BUTTON */
|
||||
.ui.blue.button, .ui.blue.buttons .button {
|
||||
background-color: #cc7b19 !important;
|
||||
color: #fff;
|
||||
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
||||
text-transform: uppercase;
|
||||
transition: background-color .1s;
|
||||
}
|
||||
.ui.blue.button:hover, .ui.blue.buttons .button:hover {
|
||||
background-color: #e59029 !important;
|
||||
}
|
||||
.ui.blue.button:active, .ui.blue.buttons .button:active {
|
||||
background-color: #955a12 !important;
|
||||
}
|
||||
|
||||
/* DROPDOWN */
|
||||
.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text {
|
||||
color: rgba(191,191,191,.80);
|
||||
color: #FFF;
|
||||
}
|
||||
.ui.modal>.content>.ui.selection.dropdown {
|
||||
background: #555;
|
||||
|
||||
}
|
||||
.ui.selection.active.dropdown {
|
||||
border-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
.ui.selection.dropdown:focus {
|
||||
border-color: transparent;
|
||||
}
|
||||
.ui.selection.dropdown:focus .menu {
|
||||
border-color: #282828;
|
||||
}
|
||||
.ui.selection.dropdown .menu>.item {
|
||||
background-color: #191a1c;
|
||||
color: #FFF;
|
||||
border-top: none;
|
||||
}
|
||||
.ui.selection.active.dropdown .menu {
|
||||
border: none;
|
||||
}
|
||||
.ui.selection.active.dropdown:hover {
|
||||
border-color: transparent;
|
||||
}
|
||||
.ui.dropdown .menu>.item:hover {
|
||||
color: #FFF;
|
||||
background-color: hsla(0, 0%, 0%, 0.8) !important;
|
||||
}
|
||||
.ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before {
|
||||
background: hsla(0,0%,100%,.3);
|
||||
}
|
||||
.ui.toggle.checkbox .box:hover::before, .ui.toggle.checkbox label:hover::before {
|
||||
border-color: hsla(0,0%,100%,.3);
|
||||
}
|
||||
.ui.toggle.checkbox .box:hover::before, .ui.toggle.checkbox label:hover::before {
|
||||
background-color: hsla(0,0%,100%,.3);
|
||||
}
|
||||
.ui.toggle.checkbox input:focus~.box:before, .ui.toggle.checkbox input:focus~label:before {
|
||||
background-color: hsla(0,0%,100%,.3);
|
||||
}
|
||||
.ui.checkbox input:focus~label {
|
||||
color: hsla(0,0%,100%,.3);
|
||||
}
|
||||
.ui.toggle.checkbox input:checked~.box:before, .ui.toggle.checkbox input:checked~label:before {
|
||||
background-color: #cc7b19 !important;
|
||||
}
|
||||
.ui.toggle.checkbox input:checked~.box:before, .ui.toggle.checkbox input:checked~label:before {
|
||||
background-color: #cc7b19!important;
|
||||
}
|
||||
.ui.toggle.checkbox input:focus:checked~.box:before, .ui.toggle.checkbox input:focus:checked~label:before {
|
||||
background-color: #cc7b19!important;
|
||||
}
|
||||
|
||||
.ui.multiple.dropdown>.label {
|
||||
background: #f8f8f8;
|
||||
}
|
||||
a.ui.active.label:hover, a.ui.labels .active.label:hover {
|
||||
background-color: #323232;
|
||||
border-color: #323232;
|
||||
}
|
||||
|
||||
/* EDITOR BUTTON */
|
||||
.ui.basic.button, .ui.basic.buttons .button {
|
||||
background: rgba(0, 0, 0, 0.25) none!important;
|
||||
color: rgb(255, 255, 255)!important;
|
||||
}
|
||||
.ui.basic.active.button, .ui.basic.buttons .active.button {
|
||||
color: rgb(255, 255, 255)!important;
|
||||
}
|
||||
.ui.basic.button:hover, .ui.basic.buttons .button:hover {
|
||||
background: hsla(0,0%,100%,.08) !IMPORTANT;
|
||||
color: #fff!important;
|
||||
}
|
||||
|
||||
/* HISTORY PAGE */
|
||||
#bottommenu {
|
||||
background-color: #323232 !important;
|
||||
}
|
||||
.ui.tabular.menu .active.item, .ui.segment {
|
||||
background: none rgba(255,255,255,.08);
|
||||
}
|
||||
.ui.tabular.menu .item:hover {
|
||||
background-color: rgba(255,255,255,.08) !important;
|
||||
}
|
||||
.ui.tabular.menu .item:visited {
|
||||
background-color: rgba(255,255,255,.08) !important;
|
||||
}
|
||||
.ui.attached:not(.message)+.ui.attached.segment:not(.top) {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
.ui.header {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui.dividing.header {
|
||||
border-bottom: none;
|
||||
}
|
||||
.ui.selection.dropdown {
|
||||
color: #FFF;
|
||||
background: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
/* SETTINGS PAGE */
|
||||
|
||||
.ui.list .list>.item .header, .ui.list>.item .header {
|
||||
color: #FFF;
|
||||
}
|
||||
.ui.checkbox label, .ui.checkbox+label {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui.selection.visible.dropdown>.text:not(.default) {
|
||||
color: #fff;
|
||||
}
|
||||
.ui.checkbox label:hover, .ui.checkbox+label:hover {
|
||||
color: #db2828;
|
||||
}
|
||||
.ui.attached.info.message, .ui.info.message {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.ui.info.message {
|
||||
background-color: rgba(255,255,255,.08);
|
||||
color: #00c1ff;
|
||||
}
|
||||
.ui.input {
|
||||
color: #FFF !important;
|
||||
}
|
||||
/* LOGS PAGE */
|
||||
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
|
||||
background-color: transparent;
|
||||
}
|
||||
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
|
||||
background-color: hsla(0, 0%, 100%, .25);
|
||||
}
|
||||
table.dataTable tbody tr {
|
||||
background-color: transparent;
|
||||
}
|
||||
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
|
||||
color: #ffffff;
|
||||
}
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
|
||||
color: #fff !important;
|
||||
}
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button {
|
||||
color: #FFF !important;
|
||||
}
|
||||
table.dataTable.no-footer {
|
||||
border-bottom: none;
|
||||
}
|
||||
table.dataTable thead th, table.dataTable thead td {
|
||||
border-bottom: none;
|
||||
}
|
||||
/* SCAN POPUP */
|
||||
.noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information {
|
||||
background-color: #191a1c !important;
|
||||
color: #FFF !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
/* TOOLTIP */
|
||||
[data-tooltip]:after {
|
||||
border: 1px solid #1b1c1d;
|
||||
background: #1b1c1d;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
[data-tooltip]:before {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user