2019-12-29 18:45:17 +00:00
|
|
|
/*
|
|
|
|
* Citizen - SMW Vertical Tabs
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
|
2021-01-09 21:57:28 +00:00
|
|
|
.skin-citizen-dark {
|
2019-12-29 18:45:17 +00:00
|
|
|
div.smw-vtab-nav button {
|
|
|
|
background-color: @dark-bg-0;
|
2021-01-13 08:37:43 +00:00
|
|
|
color: @color-primary;
|
2019-12-29 18:45:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav button a {
|
2021-01-13 08:37:43 +00:00
|
|
|
color: @color-primary;
|
2019-12-29 18:45:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav.nav-right button {
|
|
|
|
border-left: 1px solid @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav.nav-left button {
|
|
|
|
border-right: 1px solid @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav button:hover {
|
|
|
|
border-color: @dark-bg-30;
|
2021-01-11 16:45:52 +00:00
|
|
|
background-color: @dark-bg-20;
|
2019-12-29 18:45:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav.nav-right button:hover {
|
|
|
|
border-left: 1px solid @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav.nav-left button:hover {
|
|
|
|
border-right: 1px solid @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav button.active {
|
|
|
|
border: 1px solid @dark-bg-20;
|
2021-01-11 16:45:52 +00:00
|
|
|
background-color: @dark-bg-0;
|
2019-12-29 18:45:17 +00:00
|
|
|
color: @dark-text-100;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav button.active a {
|
|
|
|
color: @dark-text-100;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav.nav-right button.active,
|
|
|
|
div.smw-vtab-nav.nav-right button.active a {
|
|
|
|
border-color: @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav.nav-left button.active,
|
|
|
|
div.smw-vtab-nav.nav-left button.active a {
|
|
|
|
border-color: @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
.smw-vtab-content {
|
|
|
|
border: 1px solid @dark-bg-30;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav .smw-vtab-warning a {
|
|
|
|
color: @yellow-50;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.smw-vtab-nav .smw-vtab-warning.active a {
|
|
|
|
color: @yellow-30;
|
|
|
|
}
|
|
|
|
}
|