WIP - Added crappy popover spawning where button clicked.

This commit is contained in:
Jas Singh
2024-06-11 01:23:51 -07:00
parent 9745d6ee3a
commit fad852c13f
13 changed files with 266 additions and 7 deletions

View File

@@ -428,7 +428,7 @@ window#verification {
window#verification .verification {
margin: 12px;
border: 3px solid #45475a;
border: 2px solid #313244;
background-color: #1e1e2e;
color: #9278b6;
border-radius: 11px;
@@ -504,7 +504,7 @@ window#verification .verification .bar-verification_yes label {
window#powermenu .powermenu {
margin: 12px;
border: 3px solid #45475a;
border: 2px solid #313244;
background-color: #1e1e2e;
color: #9278b6;
border-radius: 11px;
@@ -586,4 +586,16 @@ window#powermenu .powermenu.box {
color: #89dceb;
}
.audiomenu-items {
background: #181825;
border: 1px solid #89dceb;
min-width: 200px;
min-height: 300px;
}
.click-me {
background: #b4befe;
margin: 140px 0px;
}
/*# sourceMappingURL=style.css.map */