mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
Implement clientside paste encryption
This commit is contained in:
@@ -130,6 +130,10 @@ html, body {
|
||||
transition: all 250ms;
|
||||
}
|
||||
|
||||
.navigation .button.active svg {
|
||||
stroke: #2daa57;
|
||||
}
|
||||
|
||||
.navigation .button:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -109,6 +109,9 @@ html, body {
|
||||
& svg {
|
||||
transition: all 250ms;
|
||||
}
|
||||
&.active svg {
|
||||
stroke: #2daa57;
|
||||
}
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
& svg {
|
||||
|
||||
Reference in New Issue
Block a user