summaryrefslogtreecommitdiff
path: root/web/share/css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-12-15 19:24:07 +0300
committerDevaev Maxim <[email protected]>2018-12-15 19:24:07 +0300
commit9750833dd91c02d5dce2105e073870f63f805b46 (patch)
treedf746d8af5a0427ac7dbce6614ad5f4d4a81d558 /web/share/css
parent0d0fdd9b7193577db6e36662365ac1c38ccbc3c7 (diff)
fixed stream-mouse-buttons
Diffstat (limited to 'web/share/css')
-rw-r--r--web/share/css/kvm/stream.css3
-rw-r--r--web/share/css/main.css6
2 files changed, 6 insertions, 3 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css
index c99c3c9c..c51eb1de 100644
--- a/web/share/css/kvm/stream.css
+++ b/web/share/css/kvm/stream.css
@@ -58,9 +58,6 @@ table#stream-auto-resize-box {
div#stream-mouse-buttons {
display: none;
- margin: 0;
- padding: 0;
- font-size: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
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;