mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
Add nice cursor for dropdown menus
This commit is contained in:
parent
9baa85f2e4
commit
716e25703e
3 changed files with 14 additions and 0 deletions
|
@ -113,3 +113,8 @@ body {
|
|||
.inline-four .form-control {
|
||||
max-width: 25%;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
5
dist/assets/css/app.css
vendored
5
dist/assets/css/app.css
vendored
|
@ -113,3 +113,8 @@ body {
|
|||
.inline-four .form-control {
|
||||
max-width: 25%;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
4
dist/dockerui.css
vendored
4
dist/dockerui.css
vendored
|
@ -113,4 +113,8 @@ body {
|
|||
|
||||
.inline-four .form-control {
|
||||
max-width: 25%;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue