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:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user