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