css: add border to headline subtoolbar
This commit is contained in:
parent
6a244e6ef8
commit
8b27182a96
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue