diff options
author | Colin Reeder <colin@vpzom.click> | 2020-08-19 09:25:21 -0600 |
---|---|---|
committer | Colin Reeder <colin@vpzom.click> | 2020-08-19 09:26:10 -0600 |
commit | 38399646015f1632be3d602aeb2527c731bc05a1 (patch) | |
tree | 51d0b49e32d721e09f5385d40a3b6602ae909162 | |
parent | 3f59298a0ba3d4572d32994ee7e3b7621aac63b8 (diff) |
Remove background for iconbuttons
The previous approach probably only worked for Firefox on GTK
-rw-r--r-- | res/main.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/res/main.css b/res/main.css index a459402..e365b2d 100644 --- a/res/main.css +++ b/res/main.css @@ -78,14 +78,11 @@ body { } .iconbutton { + background: none; + border: none; padding: 0; } -.iconbutton > .icon { - margin-left: -1em; - margin-right: -1em; -} - .votebox { float: left; margin-right: .5em; |