asdsadsdasd

This commit is contained in:
gilbN 2019-05-11 15:24:18 +02:00
parent 6c5efd53da
commit 2d9509318b
2 changed files with 9 additions and 2 deletions

View File

@ -1309,7 +1309,9 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover {
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;

View File

@ -1252,7 +1252,9 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover {
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;
@ -1349,3 +1351,6 @@ table.dataTable thead th, table.dataTable thead td {
-webkit-box-shadow: none;
box-shadow: none;
}
[data-tooltip]:not([data-position]):before {
background: #1b1c1d !important;
}