mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
This is an implementation of the pad OSD that's been previously present in gnome-settings-daemon. Since things are moving closer to the compositor, it makes sense to have this implemented as shell UI. https://bugzilla.gnome.org/show_bug.cgi?id=771067
30 lines
534 B
CSS
30 lines
534 B
CSS
.Leader {
|
|
stroke-width: .5 !important;
|
|
stroke: #535353;
|
|
fill: none !important;
|
|
}
|
|
|
|
.Button {
|
|
stroke-width: .25;
|
|
stroke: #ededed;
|
|
fill: #ededed;
|
|
}
|
|
|
|
.Ring {
|
|
stroke-width: .5 !important;
|
|
stroke: #535353 !important;
|
|
fill: none !important;
|
|
}
|
|
|
|
.Label {
|
|
stroke: none !important;
|
|
stroke-width: .1 !important;
|
|
font-size: .1 !important;
|
|
fill: transparent !important;
|
|
}
|
|
|
|
.TouchStrip, .TouchRing {
|
|
stroke-width: .1 !important;
|
|
stroke: #ededed !important;
|
|
fill: #535353 !important;
|
|
}
|