fix: css fixes for firefox and safari, fix widget order css

This commit is contained in:
David Ralph
2021-05-20 12:27:52 +01:00
parent 2fd2e06bac
commit ba2dc61a5d
3 changed files with 25 additions and 9 deletions

View File

@@ -31,8 +31,7 @@
padding: 25px;
}
.modalLink {
margin-left: 5px;
.resetLink {
color: var(--modal-link);
cursor: pointer;
@@ -48,6 +47,16 @@
}
}
.modalLink {
color: var(--modal-link);
cursor: pointer;
margin-left: 5px;
&:hover {
opacity: 0.8;
}
}
.closeModal {
position: absolute;
top: 1rem;
@@ -295,7 +304,7 @@ li {
background: map-get($theme-colours, 'gradient');
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
svg {
color: orange;
@@ -305,7 +314,7 @@ li {
background: map-get($theme-colours, 'gradient');
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
}
@@ -377,7 +386,9 @@ li {
margin-top: 10px !important;
}
label, p, span.modalLink {
label,
p,
span.modalLink {
font-size: 1rem;
}

View File

@@ -81,6 +81,10 @@
border-radius: 15px;
margin-bottom: 10px;
font-size: 1.325rem;
color: var(--modal-text) !important;
cursor: move;
width: 150px;
z-index: 999 !important;
svg {
font-size: 1.3rem;
@@ -90,8 +94,6 @@
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.15);
transition: 0.3s;
}
z-index: 999 !important;
}
.MuiTouchRipple-root {

View File

@@ -12,8 +12,11 @@ select {
@supports (-moz-appearance: none) {
select {
-moz-appearance: none !important;
background: url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat, var(--sidebar) !important;
background-position: calc(100% - 15px) center !important;
background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") right center no-repeat, var(--sidebar) !important;
}
.dark select {
background: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") right center no-repeat, var(--sidebar) !important;
}
option {