mirror of https://github.com/portainer/portainer
Add nice cursor for dropdown menus
parent
9baa85f2e4
commit
716e25703e
|
@ -113,3 +113,8 @@ body {
|
||||||
.inline-four .form-control {
|
.inline-four .form-control {
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -113,3 +113,8 @@ body {
|
||||||
.inline-four .form-control {
|
.inline-four .form-control {
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -113,4 +113,8 @@ body {
|
||||||
|
|
||||||
.inline-four .form-control {
|
.inline-four .form-control {
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
Loading…
Reference in New Issue