summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-06 09:20:06 +0300
committerAndrew Dolgov <[email protected]>2019-03-06 09:20:06 +0300
commit83650fffa44a8f3eeeb81153835c013348a8c584 (patch)
tree1f9b6d4a11bd2741690d2131354377adf10f3b68 /css/default.css
parent6d0c9bb7846cee46ccdefae8b040e1981c826b68 (diff)
actions dropdown: use material menu icon
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index 7fc85373a..2f70fd2a2 100644
--- a/css/default.css
+++ b/css/default.css
@@ -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;