Module:Category series navigation/styles.css: Difference between revisions
Appearance
Content deleted Content added
fix the look in documentation |
+.categorySeriesNavigation-item-inactive |
||
Line 17: | Line 17: | ||
border-width: 0; |
border-width: 0; |
||
background-color: transparent; |
background-color: transparent; |
||
} |
|||
.categorySeriesNavigation-item-inactive { |
|||
color: #72777d; |
|||
} |
} |
Revision as of 23:21, 26 December 2023
.categorySeriesNavigation {
display: flow-root;
}
.categorySeriesNavigation-range {
margin: auto;
display: table;
padding: 8px;
border-collapse: separate;
}
body.skin-vector-2022 .categorySeriesNavigation-range {
padding: 3px;
}
.categorySeriesNavigation-range-transparent {
border-width: 0;
background-color: transparent;
}
.categorySeriesNavigation-item-inactive {
color: #72777d;
}