fix(ags systray): remove unintentional background
This commit is contained in:
parent
3f2e3ece89
commit
cbcea307b4
2 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
.tray-item {
|
||||
image { color: #CBA6F7; }
|
||||
background-color: transparent;
|
||||
padding: 0px 2px 0px 2px;
|
||||
border-radius: 100%;
|
||||
transition: all 0.5s ease-in-out;
|
||||
|
@ -23,6 +24,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
menubar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
menuitem:not(.tray-item) {
|
||||
padding: 5px;
|
||||
transition: all 0.2s ease-in-out;
|
||||
|
|
|
@ -154,6 +154,7 @@ tooltip {
|
|||
border: 2px solid rgba(56, 44, 74, 0.8);
|
||||
transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out; }
|
||||
.sys-tray .tray-item {
|
||||
background-color: transparent;
|
||||
padding: 0px 2px 0px 2px;
|
||||
border-radius: 100%;
|
||||
transition: all 0.5s ease-in-out; }
|
||||
|
@ -165,6 +166,8 @@ tooltip {
|
|||
.sys-tray .tray-item * {
|
||||
font-size: 25px;
|
||||
border-radius: 10px; }
|
||||
.sys-tray menubar {
|
||||
background-color: transparent; }
|
||||
.sys-tray menuitem:not(.tray-item) {
|
||||
padding: 5px;
|
||||
transition: all 0.2s ease-in-out; }
|
||||
|
|
Loading…
Reference in a new issue