1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:15:55 +00:00

actions dropdown: use material menu icon

This commit is contained in:
Andrew Dolgov
2019-03-06 09:20:06 +03:00
parent 6d0c9bb784
commit 83650fffa4
8 changed files with 37 additions and 7 deletions

View File

@@ -182,6 +182,12 @@ body.ttrss_main .notify.notify_error i.icon-notify,
body.ttrss_main .notify.notify_error i.icon-close {
color: white;
}
body.ttrss_main .action-chooser .action-button .dijitButtonText {
vertical-align: unset;
}
body.ttrss_main .action-chooser .action-button .dijitArrowButtonInner {
display: none;
}
body.ttrss_main .hl {
border: 0px solid #222;
border-bottom-width: 1px;

File diff suppressed because one or more lines are too long

View File

@@ -182,6 +182,12 @@ body.ttrss_main .notify.notify_error i.icon-notify,
body.ttrss_main .notify.notify_error i.icon-close {
color: white;
}
body.ttrss_main .action-chooser .action-button .dijitButtonText {
vertical-align: unset;
}
body.ttrss_main .action-chooser .action-button .dijitArrowButtonInner {
display: none;
}
body.ttrss_main .hl {
border: 0px solid #222;
border-bottom-width: 1px;

File diff suppressed because one or more lines are too long