Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-03-09 14:22:15 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-09 14:22:15 +0300
commite85a6382c20424c2bc30f7fa35ab1303f9f869c3 (patch)
treeb269a808a2ba2a43086ee8eed70add773df25340 /sass
parentd1f24887c791fa3a39e0e868faeb365b84773034 (diff)
parent07f0a480c594dd3f7654028c450e354e5a4b9796 (diff)
.......... [ZBXNEXT-6478] merged branch 'master' of ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6478-5.3
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss29
1 files changed, 28 insertions, 1 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 0dae2475dfa..5e22d0f105b 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -7200,7 +7200,6 @@ $range-input-width: 31px;
// Macros mass update tab.
.checkbox-block {
- display: none;
margin: 10px 0;
}
@@ -7465,3 +7464,31 @@ z-select,
border-color: $form-border-color;
}
}
+
+.valuemap-list-table {
+ tbody {
+ td {
+ border-bottom: 1px solid $table-border-color;
+
+ &.wordwrap {
+ white-space: normal;
+ }
+ }
+
+ tr:first-child td {
+ border-top: 1px solid $table-border-color;
+ }
+ }
+}
+
+.valuemap-checkbox {
+ margin-top: 10px;
+}
+
+.overlay-dialogue {
+ .valuemap-list-table {
+ td {
+ vertical-align: top;
+ }
+ }
+}