mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Messages for devices so they can be localized.
This commit is contained in:
parent
c707b49400
commit
2d9523f963
19 changed files with 111 additions and 39 deletions
|
|
@ -56,25 +56,7 @@ select {
|
|||
a,
|
||||
a:active,
|
||||
a:visited {
|
||||
position: relative;
|
||||
color: #2c2c2c;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -2px;
|
||||
width: 0;
|
||||
height: 2px;
|
||||
background: #2680eb;
|
||||
opacity: 0.5;
|
||||
transition: width 100ms;
|
||||
}
|
||||
|
||||
a:hover:before {
|
||||
width: 100%;
|
||||
transition: width 100ms;
|
||||
color: var(--primary400);
|
||||
}
|
||||
|
||||
input[type='text'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue