1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00
This commit is contained in:
gilbN 2019-05-11 15:13:18 +02:00
parent b8400fe303
commit 59233f9bcf
2 changed files with 28 additions and 2 deletions

View File

@ -1179,6 +1179,9 @@ i.black.icon {
.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;
@ -1394,5 +1397,15 @@ table.dataTable thead th, table.dataTable thead td {
.noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information {
background-color: #191a1c !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;
}

View File

@ -1125,6 +1125,9 @@ i.black.icon {
.ui.menu {
background: rgba(0, 0, 0, 0.25);
}
.ui.menu .dropdown.item .menu {
background: #191a1c!important;
}
/* EDIT SERIES/MOVIE MODAL */
.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 {
background-color: #191a1c !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;
}