diff options
| author | sergio <sergiotarxz@posteo.net> | 2026-08-19 21:16:57 +0000 |
|---|---|---|
| committer | sergio <sergiotarxz@posteo.net> | 2026-08-19 21:16:57 +0000 |
| commit | 0e3e4078d1a4029a00c43258e8a8a35154be55e9 (patch) | |
| tree | 8ef9bcf24673eed15ca399d475b5fdf640b867ce /share/style.css | |
| parent | 7f200a6bb678a757507d9dbd1045b50cf1d3b5da (diff) | |
Adding sharedir support
Diffstat (limited to 'share/style.css')
| -rw-r--r-- | share/style.css | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/share/style.css b/share/style.css new file mode 100644 index 0000000..4f3c30e --- /dev/null +++ b/share/style.css @@ -0,0 +1,43 @@ +grid.transparent_background > * { + background: #FFFDF7; + padding: 10px; + margin: 5px; + color: #29302C; + border: 3px solid #668B5B; +} +grid.transparent_background > .title-1 { + color: #087A5A; + background-color: #E8F5E9; +} + +grid.transparent_background > entry { + background: #FFFDF7; + color: #29302C; +} + +grid.transparent_background > button, +grid.transparent_background > checkbutton { + background: #7A9650; + color: white; +} + +grid.transparent_background > entry:hover, +grid.transparent_background > button:hover, +grid.transparent_background > checkbutton:hover { + background: #91AA62; + color: white; +} + +grid.transparent_background > entry:focus, +grid.transparent_background > button:focus, +grid.transparent_background > checkbutton:focus { + border-color: #F2B84B; +} + +grid.transparent_background > entry:active, +grid.transparent_background > button:active, +grid.transparent_background > checkbutton:active { + background: #66834A; + color: white; +} + |
