mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Fix photon widget popup style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user