mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
Updated rankings styling and filters.
This commit is contained in:
parent
65d44ff6a1
commit
e4e7f5b05c
5 changed files with 50 additions and 20 deletions
|
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
|
||||
.value {
|
||||
padding: 4px 24px 4px 8px;
|
||||
padding: 4px 32px 4px 16px;
|
||||
border: 1px solid #b3b3b3;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
|
@ -24,12 +24,12 @@
|
|||
|
||||
.option {
|
||||
background: #fff;
|
||||
padding: 4px 8px;
|
||||
padding: 4px 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.option:hover {
|
||||
background: #eaeaea;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.caret {
|
||||
|
|
@ -41,6 +41,6 @@
|
|||
transform: rotate(45deg);
|
||||
top: -4px;
|
||||
bottom: 0;
|
||||
right: 8px;
|
||||
right: 12px;
|
||||
margin: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue