diff options
| author | 0xhenrique <[email protected]> | 2026-02-18 20:41:46 +0000 |
|---|---|---|
| committer | 0xhenrique <[email protected]> | 2026-02-18 20:41:46 +0000 |
| commit | 717c1c3cd42496005eea1e51005eb71deb546721 (patch) | |
| tree | aecaf684c0fb0569582ee5448e208d4f86bd5def /gnome-shell/pad-osd.css | |
| parent | 8fea4ffaafb053a0d05c355be4862ba0f71715d6 (diff) | |
Add files
Diffstat (limited to 'gnome-shell/pad-osd.css')
| -rw-r--r-- | gnome-shell/pad-osd.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gnome-shell/pad-osd.css b/gnome-shell/pad-osd.css new file mode 100644 index 0000000..8db7cf0 --- /dev/null +++ b/gnome-shell/pad-osd.css @@ -0,0 +1,31 @@ +.Leader { + stroke-width: 0.5 !important; + stroke: #535353; + fill: none !important; +} + +.Button { + stroke-width: 0.25; + stroke: #ededed; + fill: #ededed; +} + +.Ring { + stroke-width: 0.5 !important; + stroke: #535353 !important; + fill: none !important; +} + +.Label { + stroke: none !important; + stroke-width: 0.1 !important; + font-size: 0.1 !important; + fill: transparent !important; +} + +.TouchStrip, +.TouchRing { + stroke-width: 0.1 !important; + stroke: #ededed !important; + fill: #535353 !important; +} |
