summaryrefslogtreecommitdiff
path: root/themes/light
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/light
parent82adb01307e108e8a2b4eeb900552160d730d0b7 (diff)
edit tags: use client dialog
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less15
1 files changed, 6 insertions, 9 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 4632997ba..3cf1a2d5e 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -516,7 +516,6 @@ body.ttrss_main {
}
.dijitDialog {
-
header,
.dlgSec, .dlgSecHoriz {
font-size : 16px;
@@ -584,6 +583,12 @@ body.ttrss_main {
footer.text-center {
text-align: center;
}
+
+ textarea#tags_str {
+ height : 100px;
+ font-size : 12px;
+ width : 98%;
+ }
}
i.icon-label {
@@ -992,18 +997,10 @@ body.ttrss_main {
color : #cc90cc;
}
- div.enclosure_title {
-
- }
-
#headlines-frame .dijitCheckBox {
margin-right : 4px;
}
- #editTagsDlg{
- overflow: visible;
- }
-
#feedEditDlg img.feedIcon {
border : 1px solid #ccc;
padding : 5px;