mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Settings will load with zero notifications
This commit is contained in:
parent
07073be73c
commit
f25df49068
13 changed files with 69 additions and 83 deletions
|
@ -20,4 +20,23 @@ li.save-and-add:hover {
|
|||
text-decoration: none;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgb(0, 129, 194);
|
||||
}
|
||||
|
||||
.add-card {
|
||||
.clickable;
|
||||
color: #adadad;
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
background-color: #f5f5f5;
|
||||
|
||||
.center {
|
||||
.well;
|
||||
display: inline-block;
|
||||
padding: 5px 20px 0px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
i {
|
||||
.clickable;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue