mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Fix dark-widgets control padding
This commit is contained in:
@@ -5,8 +5,8 @@ textarea,
|
|||||||
background-color: #474749;
|
background-color: #474749;
|
||||||
border: initial;
|
border: initial;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
overflow: hidden;
|
|
||||||
color: white;
|
color: white;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
button:not(:disabled):hover,
|
button:not(:disabled):hover,
|
||||||
.select-wrapper:not(:disabled):hover {
|
.select-wrapper:not(:disabled):hover {
|
||||||
@@ -22,9 +22,17 @@ input:disabled {
|
|||||||
opacity: 0.35;
|
opacity: 0.35;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button,
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea,
|
||||||
padding: 2px 4px;
|
select {
|
||||||
|
padding: 4px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button,
|
||||||
|
select {
|
||||||
|
/* Override mac.css height */
|
||||||
|
height: initial !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:default {
|
button:default {
|
||||||
@@ -48,6 +56,7 @@ button:default:hover:active {
|
|||||||
content: "▼";
|
content: "▼";
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin-right: 4px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -60,7 +69,7 @@ select {
|
|||||||
background: inherit;
|
background: inherit;
|
||||||
border: initial;
|
border: initial;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
padding-right: var(--arrow-width);
|
padding-right: calc(8px + var(--arrow-width));
|
||||||
}
|
}
|
||||||
option {
|
option {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user