diff options
author | Devaev Maxim <[email protected]> | 2018-12-15 19:24:07 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-15 19:24:07 +0300 |
commit | 9750833dd91c02d5dce2105e073870f63f805b46 (patch) | |
tree | df746d8af5a0427ac7dbce6614ad5f4d4a81d558 /web/share/css/main.css | |
parent | 0d0fdd9b7193577db6e36662365ac1c38ccbc3c7 (diff) |
fixed stream-mouse-buttons
Diffstat (limited to 'web/share/css/main.css')
-rw-r--r-- | web/share/css/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/share/css/main.css b/web/share/css/main.css index f5f0db75..7102420e 100644 --- a/web/share/css/main.css +++ b/web/share/css/main.css @@ -152,8 +152,14 @@ div.buttons-row { width: 16.66% } .row50:not(:first-child), .row25:not(:first-child), .row16:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; border-left: var(--border-control-thin); } +.row50:not(:last-child), .row25:not(:last-child), .row16:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} ul.footer { list-style-type: none; |