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:
8
dist/mini-default.css
vendored
8
dist/mini-default.css
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user