WIP - Added crappy popover spawning where button clicked.
This commit is contained in:
16
style.css
16
style.css
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user