mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Add series UI changes
Link back to add series Existing UI less contrasting
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
.existing-series {
|
||||
|
||||
@highLight : rgb(134, 129, 130);
|
||||
|
||||
.card();
|
||||
margin : 20px 0px;
|
||||
|
||||
@@ -24,16 +22,13 @@
|
||||
font-weight : 100;
|
||||
font-size : 25px;
|
||||
text-align : center;
|
||||
background : @highLight;
|
||||
}
|
||||
|
||||
.new-series-loadmore {
|
||||
.clickable;
|
||||
font-size : 30px;
|
||||
font-weight : 300;
|
||||
padding-top : 10px;
|
||||
padding-bottom : 10px;
|
||||
background : @highLight;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -92,5 +87,32 @@
|
||||
margin-left : 20px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
li.add-new {
|
||||
.clickable;
|
||||
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 20px;
|
||||
color: rgb(51, 51, 51);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
li.add-new:hover {
|
||||
text-decoration: none;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgb(0, 129, 194);
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
.dropdown-menu {
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.add-series-import-btn {
|
||||
width: 93.3%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user