Compare commits
1 Commits
a568608ec3
...
6f6a4e4aec
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f6a4e4aec |
@@ -694,7 +694,7 @@ button:disabled {
|
||||
height: 6px;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
background: var(--bg-primary);
|
||||
background: var(--border);
|
||||
border-radius: 3px;
|
||||
outline: none;
|
||||
}
|
||||
@@ -999,7 +999,7 @@ button:disabled {
|
||||
appearance: none;
|
||||
height: 6px;
|
||||
border-radius: 3px;
|
||||
background: var(--bg-primary);
|
||||
background: var(--border);
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -1777,7 +1777,7 @@ dialog::backdrop {
|
||||
height: 4px;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
background: var(--bg-tertiary);
|
||||
background: var(--border);
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user