Commit 40957e1e authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Underline links on hover

This make links and button a bit different, and so, it is easier to know which element can open a new tab
parent b929090e
...@@ -235,6 +235,9 @@ a { ...@@ -235,6 +235,9 @@ a {
a[href=""] { a[href=""] {
color: #1F1F1F; color: #1F1F1F;
} }
a:hover {
text-decoration: underline;
}
a[accesskey]:after { a[accesskey]:after {
content: " [" attr(accesskey) "] "; content: " [" attr(accesskey) "] ";
} }
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>952.25951.52251.28194</string> </value> <value> <string>952.26052.1948.19029</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1467901814.61</float> <float>1467907631.75</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -264,6 +264,9 @@ mark { ...@@ -264,6 +264,9 @@ mark {
&[href=""] { &[href=""] {
color: @colorforeground; color: @colorforeground;
} }
&:hover {
text-decoration: underline;
}
} }
a { a {
...@@ -272,8 +275,6 @@ a { ...@@ -272,8 +275,6 @@ a {
&[accesskey]:after { &[accesskey]:after {
content: " [" attr(accesskey) "] "; content: " [" attr(accesskey) "] ";
} }
// color: @colorlink;
} }
...@@ -999,7 +1000,6 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -999,7 +1000,6 @@ div[data-gadget-scope='erp5_searchfield'] {
} }
.document_table { .document_table {
// width: 100%;
.ui-table-header { .ui-table-header {
display: flex; display: flex;
......
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