summaryrefslogtreecommitdiff
path: root/kvmd/web/css/main.css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-22 06:38:31 +0300
committerDevaev Maxim <[email protected]>2018-07-22 06:38:31 +0300
commite05e589ddf9f6c92e881e4d3c4580ca9d15b2b74 (patch)
treef60c31c6f52ff4e1eca64b773e1612d62a5a65d8 /kvmd/web/css/main.css
parent3f504a1d4c711ef3395724676e4d51dc5acbd527 (diff)
ui fixes
Diffstat (limited to 'kvmd/web/css/main.css')
-rw-r--r--kvmd/web/css/main.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css
index 11efcd25..e8b4ad9a 100644
--- a/kvmd/web/css/main.css
+++ b/kvmd/web/css/main.css
@@ -55,10 +55,11 @@ ul#ctl {
width: 100%;
z-index: 10;
}
-ul#ctl li.ctl-left {
+ul#ctl li.ctl-logo {
float: left;
}
-ul#ctl li.ctl-right {
+ul#ctl li.ctl-right-actions {
+ cursor: pointer;
float: right;
}
ul#ctl img {
@@ -80,7 +81,6 @@ ul#ctl li a.ctl-item:hover:not(.active) {
}
div.ctl-dropdown {
outline: none;
- cursor: pointer;
position: relative;
display: inline-block;
}
@@ -175,7 +175,7 @@ div.ctl-dropdown-content-text {
}
div#stream-box {
- pointer-events: none;
+ user-select: none;
border: var(--dark-border);
border-radius: 8px;
box-sizing: border-box;