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