update gtkgreet styling
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions2 (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions2 (push) Has been cancelled
This commit is contained in:
parent
3e97aab0de
commit
ce15247ccc
2 changed files with 28 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
pogmom-desktop (0.4.4) unstable; urgency=medium
|
||||
|
||||
* update gtkgreet styling
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Mon, 14 Jul 2025 21:17:06 +0000
|
||||
|
||||
pogmom-desktop (0.4.3) unstable; urgency=medium
|
||||
|
||||
* removed waybar, added eww
|
||||
|
|
|
@ -12,13 +12,34 @@ box#body {
|
|||
background-color: rgba(50, 50, 50, 0.5);
|
||||
border-radius: 10px;
|
||||
padding: 50px;
|
||||
outline: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
entry,combobox * {
|
||||
background: rgba(50, 50, 50, 1);
|
||||
background-color: rgba(50, 50, 50, 0.3);
|
||||
color: rgba(250, 250, 250, 1);
|
||||
outline: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
entry.text {
|
||||
color: rgba(250, 250, 250, 1);
|
||||
}
|
||||
|
||||
button {
|
||||
background-image: none;
|
||||
margin-left: 10px;
|
||||
padding: 10px;
|
||||
background-color: rgba(50, 50, 50, 0.3);
|
||||
color: #000000;
|
||||
border-radius: 10px;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
}
|
||||
button > label {
|
||||
color: #000000;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue