1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-03 10:53:23 +02:00

Updated tab styling

Added a bottom border for selected tabs.
This commit is contained in:
Angelos Chalaris
2017-06-09 14:21:25 +03:00
parent b01be57873
commit 7af521f9a6
18 changed files with 75 additions and 138 deletions

8
dist/mini-dark.css vendored
View File

@@ -1751,6 +1751,7 @@ table.striped tr:nth-of-type(2n) > td {
}
.tabs > :checked + label {
background: #263238;
border-bottom-color: #0277bd;
}
@@ -1785,6 +1786,10 @@ table.striped tr:nth-of-type(2n) > td {
-webkit-order: initial;
order: initial;
}
.tabs.stacked > :checked + label {
border: 0.0625rem solid #757575;
}
.tabs.stacked > label + div {
-webkit-order: initial;
@@ -1811,6 +1816,9 @@ table.striped tr:nth-of-type(2n) > td {
.tabs > label {
-webkit-order: initial;
order: initial;
}
.tabs > :checked + label {
border: 0.0625rem solid #757575;
}
.tabs > label + div {
-webkit-order: initial;