1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 17:39:14 +00:00

css: add border to headline subtoolbar

This commit is contained in:
Andrew Dolgov
2006-10-01 06:38:13 +01:00
parent 6a244e6ef8
commit 8b27182a96

View File

@@ -612,6 +612,12 @@ td.selectPrompt {
color : gray;
}
table.headlinesSubToolbar {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #f0f0f0;
}
table.headlinesSubToolbar td.headlineActions {
font-size : x-small;
color : gray;