1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 22:01:29 +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

@@ -181,6 +181,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 #ddd;
border-bottom-width: 1px;

File diff suppressed because one or more lines are too long

View File

@@ -206,6 +206,17 @@ body.ttrss_main {
}
}
.action-chooser {
.action-button {
.dijitButtonText {
vertical-align : unset;
}
.dijitArrowButtonInner {
display : none;
}
}
}
.hl {
border: 0px solid @border-default;
border-bottom-width: 1px;