mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add close button to theme creator
This commit is contained in:
@@ -56,6 +56,18 @@ html {
|
||||
background-color: rgb(28 28 30);
|
||||
}
|
||||
|
||||
.themeCloseButton {
|
||||
position: absolute !important;
|
||||
color: var(--text-primary) !important;
|
||||
font-size: x-large !important;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
border-radius: 5rem !important;
|
||||
padding: 8px;
|
||||
cursor: pointer;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.connectedNotificationsWrapper > div > button > svg > g {
|
||||
fill: var(--theme-primary) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user