diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-08-29 00:30:45 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-08-29 00:30:45 -0400 |
commit | e3ad25f7eab71d5a06758f91fa93c4213310f2a1 (patch) | |
tree | d316d4225bdd76e2d483fad10a09d9985c5b3edc /res/css | |
parent | 36f2ec0996d937400e2fce028c3da729ad951f31 (diff) | |
download | abaddon-portaudio-e3ad25f7eab71d5a06758f91fa93c4213310f2a1.tar.gz abaddon-portaudio-e3ad25f7eab71d5a06758f91fa93c4213310f2a1.zip |
add (hopefully temporary) styling to GTK emoji picker (fixes #198)
Diffstat (limited to 'res/css')
-rw-r--r-- | res/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/css/main.css b/res/css/main.css index b84b502..2cc4727 100644 --- a/res/css/main.css +++ b/res/css/main.css @@ -395,3 +395,7 @@ spinbutton { color: @text_color; margin-top: 10px; } + +.emoji-picker, .emoji-picker stack box { + background-color: @background_color; +} |