1
0
Fork 0

Adding multi-monitors-add-on version 25 [515dfd0].

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2024-04-08 18:00:33 +02:00
parent df8e4d4e6f
commit 00bf313278
No known key found for this signature in database
GPG key ID: 2F8ED65E240B6081
30 changed files with 4553 additions and 0 deletions

View file

@ -0,0 +1,29 @@
.helloworld-label {
font-size: 72px;
font-weight: bold;
color: #ffffff;
background-color: rgba(0,0,0,0.5);
border-radius: 5px;
padding: .5em;
}
.multimonitor-spacer {
height: 4em;
}
.multimonitor-status-indicators-box {
spacing: 0px;
}
.multimonitor-status-icon {
padding: 0 2px;
}
.workspace-thumbnails-left {
border-radius: 0 9px 9px 0;
}
.workspace-thumbnails-left:rtl {
border-radius: 9px 0 0 9px;
}