mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
chore: minor fixes
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user