1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-03 02:42:39 +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

View File

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