mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Just the right bullet.
This commit is contained in:
parent
49ad68335f
commit
30af215591
3 changed files with 3 additions and 3 deletions
|
@ -5047,7 +5047,7 @@ background: transparent;
|
|||
|
||||
.NB-static ul {
|
||||
padding-left: 20px;
|
||||
list-style: square outside url('../img/reader/static_bullet_purple.png');
|
||||
list-style: square outside url('../img/reader/static_bullet_white.png');
|
||||
margin-left: 0;
|
||||
}
|
||||
.NB-static li {
|
||||
|
@ -5229,7 +5229,7 @@ background: transparent;
|
|||
text-transform: uppercase;
|
||||
}
|
||||
.NB-static-api .required {
|
||||
background-color: #6977AF;
|
||||
background-color: #D9900F;
|
||||
}
|
||||
.NB-static-api p {
|
||||
margin: 12px 0;
|
||||
|
|
BIN
media/img/reader/static_bullet_white.png
Normal file
BIN
media/img/reader/static_bullet_white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 298 B |
|
@ -309,7 +309,7 @@ $(document).ready(function() {
|
|||
</h5>
|
||||
|
||||
<h3 class="NB-module-content-header">
|
||||
Past 24 hours
|
||||
Past day
|
||||
</h3>
|
||||
|
||||
<div class="NB-module-stats-count">
|
||||
|
|
Loading…
Add table
Reference in a new issue