Commit fca25a8e authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Decrease the label luminosity

parent 9a8e414a
...@@ -1161,7 +1161,7 @@ div[data-gadget-scope='header'] .ui-header ul { ...@@ -1161,7 +1161,7 @@ div[data-gadget-scope='header'] .ui-header ul {
} }
} }
.gadget-content .ui-field-contain > label { .gadget-content .ui-field-contain > label {
color: #767676; color: hsl(0, 0%, 42%);
} }
.gadget-content .required > .ui-field-contain > label { .gadget-content .required > .ui-field-contain > label {
font-weight: bold; font-weight: bold;
...@@ -1357,7 +1357,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button { ...@@ -1357,7 +1357,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
} }
} }
.document_table .ui-table-header h1 { .document_table .ui-table-header h1 {
color: #767676; color: hsl(0, 0%, 42%);
flex: 2; flex: 2;
align-self: flex-end; align-self: flex-end;
} }
...@@ -1512,7 +1512,7 @@ div.invisible_header .document_table .ui-table-header { ...@@ -1512,7 +1512,7 @@ div.invisible_header .document_table .ui-table-header {
.document_table table tbody tr td:first-child ~ td label, .document_table table tbody tr td:first-child ~ td label,
.document_table table tbody tr th:first-child ~ td label { .document_table table tbody tr th:first-child ~ td label {
pointer-events: none; pointer-events: none;
color: #767676; color: hsl(0, 0%, 42%);
} }
.document_table table tbody tr td:first-child ~ th:not(:last-child) a:not(:empty):after, .document_table table tbody tr td:first-child ~ th:not(:last-child) a:not(:empty):after,
.document_table table tbody tr th:first-child ~ th:not(:last-child) a:not(:empty):after, .document_table table tbody tr th:first-child ~ th:not(:last-child) a:not(:empty):after,
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>979.63653.41704.8345</string> </value> <value> <string>979.63666.23880.9881</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1574431490.02</float> <float>1574432042.12</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
// Foreground color to single-out items of interest // Foreground color to single-out items of interest
@coloraccent: @txtorange; @coloraccent: @txtorange;
@colorlink: @txtblue; @colorlink: @txtblue;
@colorlabel: hsl(0, 0%, 42%);
@colortextboxforeground: @colorforeground; @colortextboxforeground: @colorforeground;
@colortextboxplaceholder: @txtsubgrey; @colortextboxplaceholder: @txtsubgrey;
...@@ -1342,7 +1343,7 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -1342,7 +1343,7 @@ div[data-gadget-scope='header'] .ui-header {
//Label //Label
.ui-field-contain { .ui-field-contain {
& > label { & > label {
color: @grey; color: @colorlabel;
} }
} }
...@@ -1596,7 +1597,7 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1596,7 +1597,7 @@ div[data-gadget-scope='erp5_searchfield'] {
h1 { h1 {
// XXX TODO Same color than label // XXX TODO Same color than label
color: @grey; color: @colorlabel;
flex: 2; flex: 2;
align-self: flex-end; align-self: flex-end;
...@@ -1769,7 +1770,7 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1769,7 +1770,7 @@ div[data-gadget-scope='erp5_searchfield'] {
a, label { a, label {
pointer-events: none; pointer-events: none;
// Add contrast with the first column content // Add contrast with the first column content
color: @grey; color: @colorlabel;
} }
&:not(:last-child) { &:not(:last-child) {
......
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