radarr: more small fixes
This commit is contained in:
parent
2a2a1f0ac5
commit
d6550cb430
@ -96,6 +96,10 @@ body {
|
|||||||
.search .input-group .input-group-addon, .search .input-group input:focus {
|
.search .input-group .input-group-addon, .search .input-group input:focus {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
.input-group-addon {
|
||||||
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
.tt-suggestion.tt-cursor {
|
.tt-suggestion.tt-cursor {
|
||||||
background-color: #191a1c !important;
|
background-color: #191a1c !important;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
@ -387,7 +391,7 @@ a:focus, a:hover {
|
|||||||
/* Season Pass */
|
/* Season Pass */
|
||||||
.alert-info {
|
.alert-info {
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
border-color: #ffffff;
|
border-color: transparent;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
/* alerts */
|
/* alerts */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user