1
0

Highlight active tab

This commit is contained in:
2018-01-03 01:03:43 +01:00
parent 17a81b9fea
commit 9bc4267c6a
7 changed files with 15 additions and 8 deletions

View File

@@ -98,6 +98,8 @@ body {
#headerdiv .tabrow .tab:hover {
cursor: pointer;
background-color: #555; }
#headerdiv .tabrow .tab_active {
background-color: #422; }
#headerdiv .tabrow .tab_split {
flex: auto; }
#headerdiv .tabrow .tab_github {

View File

@@ -51,6 +51,8 @@
}
}
.tab_active { background-color: #422; }
.tab_split {
flex: auto;
}