mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
feat(datatables): ✨ completely hide disabled button for search pane
This commit is contained in:
parent
4e236b393d
commit
e72c460391
|
@ -395,7 +395,9 @@ div.dtsp-panesContainer {
|
|||
}
|
||||
|
||||
.dtsp-disabledButton {
|
||||
visibility: hidden;
|
||||
// Hide buttons since they have no purposes
|
||||
// Also allows the label to be longer
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue