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