mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add button to toggle sortedness of the statistics screen (#590)
This commit is contained in:
@@ -22,12 +22,18 @@
|
||||
@include S(margin-left, 1px);
|
||||
|
||||
&.displayIcons,
|
||||
&.displayDetailed {
|
||||
&.displayDetailed,
|
||||
&.displaySorted {
|
||||
background: uiResource("icons/display_list.png") center center / #{D(15px)} no-repeat;
|
||||
&.displayIcons {
|
||||
background-image: uiResource("icons/display_icons.png");
|
||||
background-size: #{D(11.5px)};
|
||||
}
|
||||
&.displaySorted {
|
||||
background-image: uiResource("icons/display_sorted.png");
|
||||
background-size: #{D(11.5px)};
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
background-color: #44484a !important;
|
||||
@@ -109,6 +115,7 @@
|
||||
.dialogInner {
|
||||
&[data-displaymode="detailed"] .displayDetailed,
|
||||
&[data-displaymode="icons"] .displayIcons,
|
||||
&[data-sorted="true"] .displaySorted,
|
||||
&[data-datasource="produced"] .modeProduced,
|
||||
&[data-datasource="delivered"] .modeDelivered,
|
||||
&[data-datasource="stored"] .modeStored {
|
||||
|
||||
Reference in New Issue
Block a user