asdsadsdasd
This commit is contained in:
parent
6c5efd53da
commit
2d9509318b
@ -1309,7 +1309,9 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover {
|
|||||||
background: rgba(0, 0, 0, 0.25) none!important;
|
background: rgba(0, 0, 0, 0.25) none!important;
|
||||||
color: rgb(255, 255, 255)!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 {
|
.ui.basic.button:hover, .ui.basic.buttons .button:hover {
|
||||||
background: hsla(0,0%,100%,.08) !IMPORTANT;
|
background: hsla(0,0%,100%,.08) !IMPORTANT;
|
||||||
color: #fff!important;
|
color: #fff!important;
|
||||||
|
|||||||
@ -1252,7 +1252,9 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover {
|
|||||||
background: rgba(0, 0, 0, 0.25) none!important;
|
background: rgba(0, 0, 0, 0.25) none!important;
|
||||||
color: rgb(255, 255, 255)!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 {
|
.ui.basic.button:hover, .ui.basic.buttons .button:hover {
|
||||||
background: hsla(0,0%,100%,.08) !IMPORTANT;
|
background: hsla(0,0%,100%,.08) !IMPORTANT;
|
||||||
color: #fff!important;
|
color: #fff!important;
|
||||||
@ -1349,3 +1351,6 @@ table.dataTable thead th, table.dataTable thead td {
|
|||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
[data-tooltip]:not([data-position]):before {
|
||||||
|
background: #1b1c1d !important;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user