Style window list
This commit is contained in:
parent
604b8e8d91
commit
bd336e648f
|
@ -14,3 +14,14 @@ ul {
|
|||
padding-left: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#window-list {
|
||||
background-color: #96a7b7;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
.window {
|
||||
font-weight: 600;
|
||||
padding: 7px 4px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue