summaryrefslogtreecommitdiff
path: root/web/css/kvm
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-11-22 06:22:48 +0300
committerDevaev Maxim <[email protected]>2018-11-22 06:26:58 +0300
commitd3073b9d7e479b979e98043b4f878da306adae6a (patch)
tree9115c037b1dd7b6e3bed4f4ea7ec4a1aa6157fbb /web/css/kvm
parenta4357162f452e89121e56500b7b6cba314eb46dd (diff)
design fix, refactoring
Diffstat (limited to 'web/css/kvm')
-rw-r--r--web/css/kvm/about.css8
-rw-r--r--web/css/kvm/hid.css2
2 files changed, 5 insertions, 5 deletions
diff --git a/web/css/kvm/about.css b/web/css/kvm/about.css
index ccb3ad53..a841c3a6 100644
--- a/web/css/kvm/about.css
+++ b/web/css/kvm/about.css
@@ -30,8 +30,8 @@ div#about textarea {
width: 100%;
height: 200px;
padding: 0;
- color: var(--fg-color-normal);
- background-color: var(--bg-color-menu);
+ color: var(--fg-color-light);
+ background-color: var(--bg-color-dark);
border: none;
border-radius: 4px;
outline: 0 !important;
@@ -42,11 +42,11 @@ div#about textarea {
}
div#about textarea::-moz-placeholder {
- line-height: 150px;
+ line-height: 190px;
text-align: center;
}
div#about textarea::-webkit-input-placeholder {
- line-height: 150px;
+ line-height: 190px;
text-align: center;
}
diff --git a/web/css/kvm/hid.css b/web/css/kvm/hid.css
index 8c420fe9..28f4291e 100644
--- a/web/css/kvm/hid.css
+++ b/web/css/kvm/hid.css
@@ -3,7 +3,7 @@ textarea#hid-pak-text {
resize: none;
width: 100%;
height: 40px;
- color: var(--fg-color-dark);
+ color: var(--fg-color-intensive);
background-color: var(--bg-color-light);
border: none;
outline: 0 !important;