summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-04 07:46:32 +0100
committerAndrew Dolgov <[email protected]>2008-05-04 07:46:32 +0100
commit7a822893ce9f83d69b5fc0d6d4544d0288a97c32 (patch)
tree67463f7b53c7125bf4a705b01c3fee44d1f2d687 /tt-rss.css
parent69811a7d4e00a32e9ea4a64a730f786f45eb010b (diff)
online search in headline buffer (hotkey shift-I)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e33b291a4..e772b83b5 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -743,6 +743,12 @@ table.headlinesSubToolbar {
background-color : white;
}
+input#subtoolbar_search_box {
+ height : 10px;
+ font-size : 7pt;
+ vertical-align : middle;
+}
+
table.headlinesSubToolbar td.headlineActions {
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;