mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Superficial styling on feed chooser dialog for new users.
This commit is contained in:
parent
a76719bb97
commit
33763bffa1
1 changed files with 7 additions and 0 deletions
|
@ -685,8 +685,15 @@ a img {
|
|||
color: #FFF;
|
||||
}
|
||||
|
||||
#NB-progress.NB-progress-error {
|
||||
height: 120px;
|
||||
}
|
||||
#NB-progress.NB-progress-error .NB-progress-title {
|
||||
font-size: 18px;
|
||||
}
|
||||
#NB-progress.NB-progress-error .NB-progress-link {
|
||||
display: block;
|
||||
font-size: 18px;
|
||||
}
|
||||
#NB-progress.NB-progress-error .NB-progress-bar {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue