mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
fix(ux): fix checkbox sizing (#4172)
* fix(UX): scale and align checkboxes * fix(UX): scale to default browser zoom * fix(UX): use different browser scale properties * fix(UX): css rule with fixed height/width
This commit is contained in:
parent
8408484f8b
commit
59cc02137d
1 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,12 @@ input[type='checkbox'] {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md-checkbox input[type='checkbox'] {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
margin-top: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
a[ng-click] {
|
a[ng-click] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue