Replace window realm frame decorations with nicer label decorations
This commit is contained in:
@ -7,10 +7,22 @@
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
.realm-frame-label {
|
||||
.realm-window-label {
|
||||
color: rgb(40, 40, 40);
|
||||
padding: 6px 1em;
|
||||
border-radius: 999px;
|
||||
text-align: center;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
.realm-app-icon-label {
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
border-color: rgb(40, 40, 40);
|
||||
border-radius: 8px;
|
||||
padding: 2px 1em;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.realm-config-icon {
|
||||
color: #8e8e80;
|
||||
|
Reference in New Issue
Block a user