mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-12 00:59:46 +00:00
feat(SemanticMediaWiki): ✨ update datatable filter focus styles
This commit is contained in:
parent
a6bc1a8d4b
commit
e7ef5431a2
|
@ -76,6 +76,14 @@
|
|||
background: var( --background-color-quiet--hover );
|
||||
}
|
||||
|
||||
.smw-datatable .dataTables_wrapper select:focus,
|
||||
.smw-datatable .dataTables_wrapper select:active,
|
||||
.smw-datatable .dataTables_wrapper .dataTables_filter input:focus,
|
||||
.smw-datatable .dataTables_wrapper .dataTables_filter input:active {
|
||||
border-color: var( --color-primary );
|
||||
}
|
||||
|
||||
|
||||
.smw-datatable-toolbar .smw-dropdown {
|
||||
button {
|
||||
border-color: var( --border-color-base );
|
||||
|
|
Loading…
Reference in a new issue