Moving current extensions to subdirectory for GNOME 44 as GNOME Shell 45 is backwards incompatible (see Debian #1052112).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b42bc882b7
commit
c2040beebc
138 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue