mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Submenu styling
This commit is contained in:
parent
ce8cbfc580
commit
6f9ced0e2c
2 changed files with 16 additions and 12 deletions
|
@ -1,26 +1,30 @@
|
|||
.sub-menu
|
||||
{
|
||||
padding-left: 5px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
||||
.sub-menu li
|
||||
{
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
padding-left: 8px;
|
||||
padding-right: 12px;
|
||||
padding-top: 6px;
|
||||
border-right: 1px solid #F0F0F0;
|
||||
list-style-type: circle;
|
||||
margin-right: 12px;
|
||||
padding-left: 2px;
|
||||
border-left: 1px solid #065EFE;
|
||||
}
|
||||
|
||||
|
||||
.sub-menu a
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #105CD6;
|
||||
font-size: 21px;
|
||||
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
||||
color: #065EFE;
|
||||
font-weight: 300;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
.t-grid .sub-menu
|
||||
{
|
||||
margin-left: -10px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue