diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-11-21 00:58:08 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-11-21 00:58:11 +0100 |
commit | e64bda3677b9ec225259b3e09e31080c11d7c171 (patch) | |
tree | 0db0e6fea9d149b2b932ef12524b4978994699be /css | |
parent | 0caa85a629211fc75b461e952387cda59eaad73c (diff) |
Change entry style
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/css/style.css b/css/style.css index 64244fa..ee7a52f 100644 --- a/css/style.css +++ b/css/style.css @@ -18,9 +18,17 @@ dialog { entry { caret-color: #f7f7f7; + /* background-color: #444444; border-color: #444444; border-radius: 4px; + */ + background-color: transparent; + border: none; + border-bottom: 2px solid #616161; + border-radius: 0px; + padding: 0px; + margin: 0px; color: #f7f7f7; box-shadow: none; } @@ -138,12 +146,6 @@ treeview { border: 1px solid black; } -.emoji-picker entry { - background-color: #36393e; - color: #f7f7f7; - border: 1px solid black; -} - .side-panels { border: none; outline: none; |