fix: misc UI updates and fixes
This commit is contained in:
+7
-1
@@ -50,6 +50,12 @@ button {
|
||||
transition: border-color 0.25s;
|
||||
}
|
||||
|
||||
button:focus,
|
||||
button:focus-visible {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
@@ -73,4 +79,4 @@ input[type="range"]::-webkit-slider-thumb {
|
||||
background: #e0e0e0;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user