summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-15 14:50:40 +0300
committerAndrew Dolgov <[email protected]>2021-02-15 14:50:40 +0300
commitecb36b6354cf693f8120884fdb9ef4068cb1d03f (patch)
tree3dd24dcf4607c3cbac028f73ff9b15b672394a54 /themes/compact_night.css
parent82adb01307e108e8a2b4eeb900552160d730d0b7 (diff)
edit tags: use client dialog
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 7dd4c0b0e..2709cf196 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -506,6 +506,11 @@ body.ttrss_main .dijitDialog .dlgButtons {
body.ttrss_main .dijitDialog footer.text-center {
text-align: center;
}
+body.ttrss_main .dijitDialog textarea#tags_str {
+ height: 100px;
+ font-size: 12px;
+ width: 98%;
+}
body.ttrss_main i.icon-label {
color: #fff7d5;
}
@@ -854,9 +859,6 @@ body.ttrss_main span.highlight {
body.ttrss_main #headlines-frame .dijitCheckBox {
margin-right: 4px;
}
-body.ttrss_main #editTagsDlg {
- overflow: visible;
-}
body.ttrss_main #feedEditDlg img.feedIcon {
border: 1px solid #ccc;
padding: 5px;