1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 14:17:11 +00:00

remove some bitmaps and rework stuff using it to use iconfont instead

This commit is contained in:
Andrew Dolgov
2018-12-06 15:22:52 +03:00
parent 7609ccb16d
commit 0b8cbc9156
36 changed files with 29 additions and 33 deletions

View File

@@ -752,7 +752,8 @@ body.ttrss_main #toolbar-frame #toolbar .dijitDropDownButton .dijitButtonNode,
body.ttrss_main #toolbar-frame #toolbar .dijitComboButton .dijitButtonNode {
border: 0px;
}
body.ttrss_main #toolbar-frame #toolbar .net-alert i {
body.ttrss_main #toolbar-frame #toolbar .net-alert i,
body.ttrss_main #toolbar-frame #toolbar .left i.icon-error {
color: red;
}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines {
@@ -777,6 +778,10 @@ body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .right {
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .right > * {
align-self: center;
}
body.ttrss_main #toolbar-frame #toolbar #updates-available {
color: #69c671;
padding-right: 4px;
}
body.ttrss_main #toolbar-frame #toolbar #selected_prompt {
font-style: italic;
text-align: right;