mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
5.3.1: tiny fixes
- fixed backdrop on press for "copy url" button in mobile "how to save?" popup - added ability to disable cors via env file
This commit is contained in:
@ -147,9 +147,9 @@ button:active,
|
||||
background: var(--accent-press);
|
||||
cursor: pointer;
|
||||
}
|
||||
.desktop .switch.text-backdrop:hover,
|
||||
.switch.text-backdrop:hover,
|
||||
.switch.text-backdrop:active,
|
||||
.desktop .text-to-copy.text-backdrop:hover,
|
||||
.text-to-copy.text-backdrop:hover,
|
||||
.text-to-copy.text-backdrop:active {
|
||||
background: var(--accent);
|
||||
color: var(--background);
|
||||
|
Reference in New Issue
Block a user