2019-12-29 22:02:07 +00:00
|
|
|
/*
|
|
|
|
* Citizen - SRF List Widget
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
|
2021-01-09 21:57:28 +00:00
|
|
|
.skin-citizen-dark {
|
2019-12-29 22:02:07 +00:00
|
|
|
.srf-listwidget-navigation .ln-letters a {
|
|
|
|
border: 1px solid @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget-navigation .ln-letters a.ln-last {
|
|
|
|
border-right: 1px solid @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget-navigation .ln-letters a:hover,
|
|
|
|
.srf-listwidget-navigation .ln-letters a.ln-selected {
|
|
|
|
background-color: @dark-bg-10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget-navigation .ln-letters a.ln-disabled {
|
2022-11-16 23:25:02 +00:00
|
|
|
color: var( --color-base--subtle );
|
2019-12-29 22:02:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget-navigation .ln-letter-count {
|
2022-11-16 23:25:02 +00:00
|
|
|
color: var( --background-color-primary--hover );
|
2019-12-29 22:02:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letters a {
|
|
|
|
border: 1px solid @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letters a:hover,
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letters a.lm-selected {
|
|
|
|
background-color: @dark-bg-10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letters a.lm-disabled {
|
2022-11-16 23:25:02 +00:00
|
|
|
color: var( --color-base--subtle );
|
2019-12-29 22:02:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letters a.lm-last {
|
|
|
|
border-right: 1px solid @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letter-count {
|
2022-11-16 23:25:02 +00:00
|
|
|
color: var( --background-color-primary--hover );
|
2019-12-29 22:02:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget .lm-wrapper .lm-menu {
|
|
|
|
border: 1px solid @dark-bg-20;
|
|
|
|
border-top: 1px solid @dark-bg-20;
|
|
|
|
background: #ffc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget .lm-wrapper .lm-menu .lm-no-match {
|
2022-11-16 23:25:02 +00:00
|
|
|
color: var( --color-success );
|
2019-12-29 22:02:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget-navigation a,
|
|
|
|
.ellipse {
|
|
|
|
border: 1px solid @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget-navigation a.last_link {
|
|
|
|
border-right: 1px solid @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget-navigation a:hover,
|
|
|
|
.srf-listwidget-navigation a.page_link.active_page {
|
|
|
|
background-color: @dark-bg-10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.srf-listwidget-navigation a.ln-disabled {
|
2022-11-16 23:25:02 +00:00
|
|
|
color: var( --color-base--subtle );
|
2019-12-29 22:02:07 +00:00
|
|
|
}
|
|
|
|
}
|