mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix photon widget popup style
This commit is contained in:
@@ -49,27 +49,26 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
button,
|
||||
input,
|
||||
textarea,
|
||||
select,
|
||||
.select-wrapper {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
button,
|
||||
.select-wrapper {
|
||||
select {
|
||||
background-color: var(--button-background);
|
||||
color: var(--button-color);
|
||||
}
|
||||
button:not(:disabled):hover,
|
||||
.select-wrapper:not(:disabled):hover {
|
||||
select:not(:disabled):hover {
|
||||
background-color: var(--button-background-hover);
|
||||
}
|
||||
button:not(:disabled):active,
|
||||
.select-wrapper:not(:disabled):hover:active {
|
||||
select:not(:disabled):hover:active {
|
||||
background-color: var(--button-background-active);
|
||||
}
|
||||
|
||||
@@ -86,7 +85,7 @@ textarea:hover {
|
||||
}
|
||||
|
||||
:-moz-any(button, input, textarea, select):focus {
|
||||
border-color: var(--blue-50);
|
||||
border-color: var(--blue-50) !important;
|
||||
box-shadow: var(--focus-box-shadow);
|
||||
outline: initial;
|
||||
}
|
||||
@@ -149,14 +148,9 @@ button:default:hover:active {
|
||||
}
|
||||
select {
|
||||
-moz-appearance: none;
|
||||
background: inherit;
|
||||
border: initial;
|
||||
color: inherit;
|
||||
padding-right: calc(8px + var(--arrow-width));
|
||||
}
|
||||
option {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
option:disabled {
|
||||
color: rgba(255, 255, 255, 0.25) !important;
|
||||
opacity: 0.35;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
body {
|
||||
background: -moz-dialog;
|
||||
color: -moz-dialogtext;
|
||||
background: var(--grey-10);
|
||||
color: var(--grey-90);
|
||||
margin: initial;
|
||||
font: message-box;
|
||||
}
|
||||
@@ -38,12 +38,10 @@ body {
|
||||
}
|
||||
|
||||
.media-select__dropdown {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
display: inline-block;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
|
||||
.receivers {
|
||||
list-style: none;
|
||||
margin: initial;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
body {
|
||||
background: rgb(236, 236, 236);
|
||||
font: menu;
|
||||
}
|
||||
|
||||
@@ -8,15 +7,7 @@ select {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
button:not([disabled]):hover:active {
|
||||
color: -moz-mac-buttonactivetext;
|
||||
}
|
||||
|
||||
.receiver__address,
|
||||
.receiver__status {
|
||||
font: message-box;
|
||||
}
|
||||
|
||||
.receiver__connect {
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user