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 { ...@@ -1306,7 +1306,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
} }
@media not screen and (min-width: 45em) { @media not screen and (min-width: 45em) {
.document_table .ui-table-header { .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 { .document_table .ui-table-header h1 {
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>965.12209.2660.49049</string> </value> <value> <string>965.13193.22070.47923</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1517418109.55</float> <float>1517476658.39</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1525,7 +1525,7 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1525,7 +1525,7 @@ div[data-gadget-scope='erp5_searchfield'] {
display: flex; display: flex;
padding-bottom: @margin-size; padding-bottom: @margin-size;
@media @smartphone { @media @smartphone {
border-bottom: 2px solid rgba(0, 0, 0, 0.14902); border-bottom: 2px solid @colorsubheaderbackground;
} }
h1 { 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