mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Merge pull request #90 from dasJ/dropdown
Add nice cursor for dropdown menus
This commit is contained in:
commit
1fb7338838
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