css: add border to headline subtoolbar

master
Andrew Dolgov 18 years ago
parent 6a244e6ef8
commit 8b27182a96

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

Loading…
Cancel
Save