Commit d5685e60 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Change accesskey display style

parent 922a1cd2
...@@ -271,7 +271,7 @@ a:focus { ...@@ -271,7 +271,7 @@ a:focus {
} }
@media not screen and (max-width: 85em) { @media not screen and (max-width: 85em) {
a[accesskey]:after { a[accesskey]:after {
content: " [" attr(accesskey) "] "; content: " (" attr(accesskey) ") ";
} }
} }
/********************************************** /**********************************************
......
...@@ -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.19250.34599.40550</string> </value> <value> <string>965.34799.17551.33331</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>1517843643.77</float> <float>1518772798.71</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -351,7 +351,7 @@ a { ...@@ -351,7 +351,7 @@ a {
@media @desktop { @media @desktop {
// Do not display access key if not physical keyboard // Do not display access key if not physical keyboard
&[accesskey]:after { &[accesskey]:after {
content: " [" attr(accesskey) "] "; content: " (" attr(accesskey) ") ";
} }
} }
} }
......
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