chore: minor fixes

This commit is contained in:
2024-05-30 15:49:20 +02:00
parent af579f2cba
commit 8b8d69132d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
v-if="!order.orderVersion || order.orderVersion != ORDER_VERSION" v-if="!order.orderVersion || order.orderVersion != ORDER_VERSION"
class="wrong-order-indicator" class="wrong-order-indicator"
tabindex="0" tabindex="0"
data-tooltip="Niepoprawny format rozkazu" data-tooltip="Niepoprawny format rozkazu, może generować złe informacje!"
>⚠ >⚠
</span> </span>
<br /> <br />
+1 -1
View File
@@ -221,12 +221,12 @@ label.g-checkbox {
[data-tooltip]:hover::after, [data-tooltip]:hover::after,
[data-tooltip]:focus::after { [data-tooltip]:focus::after {
position: absolute; position: absolute;
transform: translateX(10px);
content: attr(data-tooltip); content: attr(data-tooltip);
color: white; color: white;
background: black; background: black;
padding: 0.5em; padding: 0.5em;
margin: 0.25em;
max-width: 300px; max-width: 300px;
z-index: 100; z-index: 100;
} }