mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
style(init): style init views [EE-3556] (#7384)
* style(init): style init views [EE-3556] * update icons, alignment & allow clicking feature indicator link * update cursor style on hover
This commit is contained in:
parent
2574f223b4
commit
8d733ccc8c
3 changed files with 64 additions and 57 deletions
|
@ -58,6 +58,11 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
.boxselector_wrapper label.boxselector_disabled a {
|
||||
cursor: pointer;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.boxselector_wrapper input[type='radio']:checked + label,
|
||||
.box-selector-item input[type='radio']:checked + label {
|
||||
color: white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue