Redrawn folder icons. Also fixing saved story tags themeing.
Before Width: | Height: | Size: 447 B After Width: | Height: | Size: 798 B |
Before Width: | Height: | Size: 981 B After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 539 B |
Before Width: | Height: | Size: 447 B After Width: | Height: | Size: 798 B |
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 981 B After Width: | Height: | Size: 1.9 KiB |
|
@ -27,6 +27,14 @@
|
|||
<a href="http://ios.newsblur.com/classify-tag/republished" class="NB-story-tag NB-story-tag-negative"><div class="NB-highlight"></div>republished</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="NB-story-starred-date">Saved on Today at 1:47 PM</div>
|
||||
<div id="NB-user-tags" class="NB-user-tags">
|
||||
<a href="http://ios.newsblur.com/remove-user-tag/Link Blogs" class="NB-user-tag"><div class="NB-highlight"></div>Link Blogs</a>
|
||||
<a href="http://ios.newsblur.com/remove-user-tag/Blogs" class="NB-user-tag"><div class="NB-highlight"></div>Blogs</a>
|
||||
<a class="NB-user-tag NB-add-user-tag" href="http://ios.newsblur.com/add-user-tag/add-user-tag/">
|
||||
<div class="NB-highlight"></div>Add Tag
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="NB-share-bar-wrapper">
|
||||
|
|
|
@ -28,6 +28,14 @@
|
|||
<a href="http://ios.newsblur.com/classify-tag/republished" class="NB-story-tag NB-story-tag-negative"><div class="NB-highlight"></div>republished</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="NB-story-starred-date">Saved on Today at 1:47 PM</div>
|
||||
<div id="NB-user-tags" class="NB-user-tags">
|
||||
<a href="http://ios.newsblur.com/remove-user-tag/Link Blogs" class="NB-user-tag"><div class="NB-highlight"></div>Link Blogs</a>
|
||||
<a href="http://ios.newsblur.com/remove-user-tag/Blogs" class="NB-user-tag"><div class="NB-highlight"></div>Blogs</a>
|
||||
<a class="NB-user-tag NB-add-user-tag" href="http://ios.newsblur.com/add-user-tag/add-user-tag/">
|
||||
<div class="NB-highlight"></div>Add Tag
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="NB-share-bar-wrapper">
|
||||
|
|
|
@ -28,6 +28,14 @@
|
|||
<a href="http://ios.newsblur.com/classify-tag/republished" class="NB-story-tag NB-story-tag-negative"><div class="NB-highlight"></div>republished</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="NB-story-starred-date">Saved on Today at 1:47 PM</div>
|
||||
<div id="NB-user-tags" class="NB-user-tags">
|
||||
<a href="http://ios.newsblur.com/remove-user-tag/Link Blogs" class="NB-user-tag"><div class="NB-highlight"></div>Link Blogs</a>
|
||||
<a href="http://ios.newsblur.com/remove-user-tag/Blogs" class="NB-user-tag"><div class="NB-highlight"></div>Blogs</a>
|
||||
<a class="NB-user-tag NB-add-user-tag" href="http://ios.newsblur.com/add-user-tag/add-user-tag/">
|
||||
<div class="NB-highlight"></div>Add Tag
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="NB-share-bar-wrapper">
|
||||
|
|
|
@ -28,6 +28,14 @@
|
|||
<a href="http://ios.newsblur.com/classify-tag/republished" class="NB-story-tag NB-story-tag-negative"><div class="NB-highlight"></div>republished</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="NB-story-starred-date">Saved on Today at 1:47 PM</div>
|
||||
<div id="NB-user-tags" class="NB-user-tags">
|
||||
<a href="http://ios.newsblur.com/remove-user-tag/Link Blogs" class="NB-user-tag"><div class="NB-highlight"></div>Link Blogs</a>
|
||||
<a href="http://ios.newsblur.com/remove-user-tag/Blogs" class="NB-user-tag"><div class="NB-highlight"></div>Blogs</a>
|
||||
<a class="NB-user-tag NB-add-user-tag" href="http://ios.newsblur.com/add-user-tag/add-user-tag/">
|
||||
<div class="NB-highlight"></div>Add Tag
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="NB-share-bar-wrapper">
|
||||
|
|
|
@ -88,18 +88,19 @@ body {
|
|||
.NB-user-tag {
|
||||
color: #959B8B;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
|
||||
border-color: rgba(255, 255, 255, .3) transparent rgba(0, 0, 0, .1);
|
||||
border-color: rgba(186, 186, 186, .1) transparent rgba(0, 0, 0, .4);
|
||||
}
|
||||
|
||||
.NB-user-tag.NB-add-user-tag {
|
||||
background: rgba(0, 0, 0, .25) url("add_tag.png") no-repeat 6px 3px;
|
||||
color: #E5EBDB;
|
||||
background-size: 8px;
|
||||
color: #8B8F86;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
|
||||
}
|
||||
|
||||
.NB-story-starred-date {
|
||||
color: #818776;
|
||||
text-shadow: 0 1px 0 #202020;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -89,19 +89,20 @@ body {
|
|||
|
||||
.NB-user-tag {
|
||||
color: #959B8B;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
|
||||
border-color: rgba(255, 255, 255, .3) transparent rgba(0, 0, 0, .1);
|
||||
text-shadow: 0 1px 0 #505050;
|
||||
border-color: rgba(186, 186, 186, .2) transparent rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.NB-user-tag.NB-add-user-tag {
|
||||
background: rgba(0, 0, 0, .25) url("add_tag.png") no-repeat 6px 3px;
|
||||
color: #E5EBDB;
|
||||
background-size: 8px;
|
||||
color: #ADB2A6;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.NB-story-starred-date {
|
||||
color: #818776;
|
||||
text-shadow: 0 1px 0 #202020;
|
||||
color: #b5bbac;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -84,14 +84,15 @@ body {
|
|||
|
||||
.NB-user-tag {
|
||||
color: #959B8B;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
|
||||
text-shadow: 0 1px 0 rgba(245, 245, 192, .9);
|
||||
border-color: rgba(255, 255, 255, .3) transparent rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.NB-user-tag.NB-add-user-tag {
|
||||
background: rgba(0, 0, 0, .25) url("add_tag.png") no-repeat 6px 3px;
|
||||
background-size: 8px;
|
||||
color: #E5EBDB;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
|
||||
text-shadow: 0 1px 0 rgba(245, 245, 192, .9);
|
||||
}
|
||||
|
||||
.NB-story-starred-date {
|
||||
|
|
Before Width: | Height: | Size: 447 B After Width: | Height: | Size: 798 B |
Before Width: | Height: | Size: 981 B After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 956 B After Width: | Height: | Size: 798 B |
BIN
media/img/icons/circular/retina/g_icn_folder_rss.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 51 KiB |