mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-26 04:33:01 +01:00
Changed current page underlining, no longer so wide, or far from the text.
This commit is contained in:
parent
d3d2950a88
commit
acf5a2cd76
@ -69,6 +69,7 @@ hr
|
||||
{
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 5px 15px 2px 10px;
|
||||
}
|
||||
|
||||
#menu a
|
||||
@ -76,7 +77,7 @@ hr
|
||||
display: block;
|
||||
float: left;
|
||||
height: 26px;
|
||||
padding: 5px 20px 8px 15px;
|
||||
padding: 0px 5px 6px 5px;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
text-transform: lowercase;
|
||||
@ -91,14 +92,12 @@ hr
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#menu li.current_page_item
|
||||
#menu li.current_page_item a
|
||||
{
|
||||
border-bottom: 2px solid;
|
||||
border-color: #065EFE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Page */
|
||||
|
||||
#page
|
||||
|
Loading…
Reference in New Issue
Block a user