Focused tab is marked with different color

This commit is contained in:
Marcin Kurczewski 2013-11-01 15:41:56 +01:00
parent b3f15dc049
commit f7a0b7b440

View file

@ -24,3 +24,7 @@
border-bottom: 1px solid white; border-bottom: 1px solid white;
color: inherit; color: inherit;
} }
.tabs li a:focus {
color: firebrick;
}