mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 08:22:39 +00:00
Changed current page underlining, no longer so wide, or far from the text.
This commit is contained in:
parent
d3d2950a88
commit
acf5a2cd76
1 changed files with 3 additions and 4 deletions
|
@ -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 a new issue