Commit 7f683e25 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Display the listbox header border in blue

parent d5d6f4bf
......@@ -1306,7 +1306,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
}
@media not screen and (min-width: 45em) {
.document_table .ui-table-header {
border-bottom: 2px solid rgba(0, 0, 0, 0.14902);
border-bottom: 2px solid #0E81C2;
}
}
.document_table .ui-table-header h1 {
......
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>965.12209.2660.49049</string> </value>
<value> <string>965.13193.22070.47923</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>1517418109.55</float>
<float>1517476658.39</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1525,7 +1525,7 @@ div[data-gadget-scope='erp5_searchfield'] {
display: flex;
padding-bottom: @margin-size;
@media @smartphone {
border-bottom: 2px solid rgba(0, 0, 0, 0.14902);
border-bottom: 2px solid @colorsubheaderbackground;
}
h1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment