mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 13:43:03 -04:00
add styles.
This commit is contained in:
parent
a944de2238
commit
d0e389c52b
1 changed files with 25 additions and 0 deletions
25
src/equicordplugins/moreConnectionButtons/styles.css
Normal file
25
src/equicordplugins/moreConnectionButtons/styles.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
.xbox-open-button {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
z-index: 10;
|
||||
padding: 2px;
|
||||
background: none;
|
||||
border: none;
|
||||
color: var(--interactive-normal);
|
||||
cursor: pointer;
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
.xbox-open-button:hover {
|
||||
color: var(--interactive-hover);
|
||||
}
|
||||
|
||||
.xbox-open-icon {
|
||||
display: block;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
[class*='connectedAccounts'] .xbox-open-button {
|
||||
z-index: 100;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue