Commit 40cfe242 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: fixup invalid class selector

See ea219b74
parent 6c4f7600
Pipeline #13102 failed with stage
in 0 seconds
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* Shared * Shared
**********************************************/ **********************************************/
/********************************************** /**********************************************
* http://meyerweb.com/eric/tools/css/reset/ * http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126 * v2.0 | 20110126
* License: none (public domain) * License: none (public domain)
**********************************************/ **********************************************/
...@@ -1183,7 +1183,7 @@ div[data-gadget-scope='header'] .ui-header ul { ...@@ -1183,7 +1183,7 @@ div[data-gadget-scope='header'] .ui-header ul {
padding-left: 24pt; padding-left: 24pt;
} }
} }
.gadget-content .ui-field-contain > label:not(:is-invalid) { .gadget-content .ui-field-contain > label:not(.is-invalid) {
color: hsl(0, 0%, 42%); color: hsl(0, 0%, 42%);
} }
.gadget-content .required > .ui-field-contain > label { .gadget-content .required > .ui-field-contain > label {
...@@ -3275,4 +3275,4 @@ hmtl .ui-icon-carat-u::before { ...@@ -3275,4 +3275,4 @@ hmtl .ui-icon-carat-u::before {
} }
.ui-icon-clone::before { .ui-icon-clone::before {
content: "\f24d"; content: "\f24d";
} }
\ No newline at end of file
...@@ -75,7 +75,9 @@ ...@@ -75,7 +75,9 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>text/css</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>default_reference</string> </key> <key> <string>default_reference</string> </key>
...@@ -244,7 +246,7 @@ ...@@ -244,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>987.16008.2576.23808</string> </value> <value> <string>989.18940.32400.648</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -262,7 +264,7 @@ ...@@ -262,7 +264,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1602511207.11</float> <float>1610465136.37</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1363,7 +1363,7 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -1363,7 +1363,7 @@ div[data-gadget-scope='header'] .ui-header {
//Label //Label
.ui-field-contain { .ui-field-contain {
& > label:not(:is-invalid) { & > label:not(.is-invalid) {
color: @colorlabel; color: @colorlabel;
} }
......
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