...
This commit is contained in:
parent
b8400fe303
commit
59233f9bcf
@ -1179,6 +1179,9 @@ i.black.icon {
|
|||||||
.ui.menu {
|
.ui.menu {
|
||||||
background: rgba(0, 0, 0, 0.25);
|
background: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
.ui.menu .dropdown.item .menu {
|
||||||
|
background: #191a1c!important;
|
||||||
|
}
|
||||||
.ui.segment {
|
.ui.segment {
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -1394,5 +1397,15 @@ table.dataTable thead th, table.dataTable thead td {
|
|||||||
.noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information {
|
.noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information {
|
||||||
background-color: #191a1c !important;
|
background-color: #191a1c !important;
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
box-shadow: transparent !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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1125,6 +1125,9 @@ i.black.icon {
|
|||||||
.ui.menu {
|
.ui.menu {
|
||||||
background: rgba(0, 0, 0, 0.25);
|
background: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
.ui.menu .dropdown.item .menu {
|
||||||
|
background: #191a1c!important;
|
||||||
|
}
|
||||||
|
|
||||||
/* EDIT SERIES/MOVIE MODAL */
|
/* EDIT SERIES/MOVIE MODAL */
|
||||||
.ui.modal>.header {
|
.ui.modal>.header {
|
||||||
@ -1334,5 +1337,15 @@ table.dataTable thead th, table.dataTable thead td {
|
|||||||
.noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information {
|
.noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information {
|
||||||
background-color: #191a1c !important;
|
background-color: #191a1c !important;
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
box-shadow: transparent !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