Skip to content
Snippets Groups Projects
Commit 24b9f135 authored by Jan Prachař's avatar Jan Prachař
Browse files

style: consistent tabs

parent 1d803b54
No related branches found
No related tags found
No related merge requests found
......@@ -271,13 +271,16 @@ table.data tbody tr.job-failed:hover {
list-style: none;
padding: 0;
margin-bottom: 0px;
margin-right: 3px;
border-bottom: 1px solid #ddd;
}
.tab > label {
display: block;
margin-right: 2px;
margin-bottom: -1px;
padding: 12px 15px;
padding: 10px 15px;
border: 1px solid #ddd;
border-radius: 4px 4px 0px 0px;
background: #eee;
color: #666;
font-size: 16px;
......@@ -285,15 +288,17 @@ table.data tbody tr.job-failed:hover {
transition: all 0.3s;
}
.tab:hover label {
border-top-color: #333;
background: #ddd;
color: #333;
}
.tab-content {
display: none;
margin: 0px;
margin-top: -1px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 0 4px 4px 4px;
border-top: 0px;
}
......@@ -304,7 +309,6 @@ table.data tbody tr.job-failed:hover {
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
border-bottom-color: #fff;
border-top-color: #999;
background: #fff;
color: #222;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment