forked from temporaryna/MixCloud-Play
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbrowser.css
More file actions
26 lines (26 loc) · 551 Bytes
/
browser.css
File metadata and controls
26 lines (26 loc) · 551 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
::selection {
background-color: transparent;
}
input::selection,
textarea::selection {
background-color: #643e9b57;
}
div[class^="Warnings__Container"],
div[class^="styles__HeaderContainer"] {
-webkit-app-region: drag;
}
a,
input,
textarea,
select,
button,
img,
svg {
-webkit-app-region: no-drag !important;
}
div[class^="styles__HeaderContainer"] { /* Mixcloud Logo */
padding-left: 90px !important;
}
div[class^="styles__HeaderSection"] a:focus-visible { /* Electron focuses the first link, and Mixcloud shows an ugly outline */
outline: 0;
}