1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-03-17 18:48:37 +01:00
This commit is contained in:
Ben Ogle 2013-12-06 10:57:45 -08:00
parent 4ff65ef7ff
commit 4f0b4325b5

View File

@ -9,15 +9,17 @@
margin-right: 0px;
margin-bottom: 1px;
}
a:hover,
&.active a,
&.active a:hover {
background-color: @background-color-highlight;
border: none;
color: @text-color-selected;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
background-color: @background-color-highlight;
border: none;
color: @text-color-selected;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
&.active a {
background-color: @tab-background-color-active;
}