mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 03:19:31 +00:00
30 lines
544 B
Plaintext
30 lines
544 B
Plaintext
/*
|
|
* Citizen - SRF Pagewidget Carousel
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.skin-citizen-dark {
|
|
.srf-pagewidget-carousel-source {
|
|
border: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-pagewidget-carousel-prev {
|
|
border: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-pagewidget-carousel-next {
|
|
border: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-pagewidget-carousel-next:hover,
|
|
.srf-pagewidget-carousel-prev:hover {
|
|
background-color: @dark-bg-10;
|
|
}
|
|
|
|
.srf-pagewidget-carousel-disabled {
|
|
background-color: @dark-bg-10;
|
|
}
|
|
}
|