mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-28 02:00:43 +00:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
|
.oo-ui-icon-tabber {
|
||
|
/* @embed */
|
||
|
background-image: url( tabber-ltr.svg );
|
||
|
}
|
||
|
|
||
|
.rtl .oo-ui-icon-tabber {
|
||
|
/* @embed */
|
||
|
background-image: url( tabber-rtl.svg );
|
||
|
}
|