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"
|
||||
class="wrong-order-indicator"
|
||||
tabindex="0"
|
||||
data-tooltip="Niepoprawny format rozkazu"
|
||||
data-tooltip="Niepoprawny format rozkazu, może generować złe informacje!"
|
||||
>⚠
|
||||
</span>
|
||||
<br />
|
||||
|
||||
@@ -221,12 +221,12 @@ label.g-checkbox {
|
||||
[data-tooltip]:hover::after,
|
||||
[data-tooltip]:focus::after {
|
||||
position: absolute;
|
||||
transform: translateX(10px);
|
||||
|
||||
content: attr(data-tooltip);
|
||||
color: white;
|
||||
background: black;
|
||||
padding: 0.5em;
|
||||
margin: 0.25em;
|
||||
max-width: 300px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user