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:
authorValdis Murzins <valdis.murzins@zabbix.com>2021-08-20 17:36:24 +0300
committerValdis Murzins <valdis.murzins@zabbix.com>2021-08-20 17:36:24 +0300
commitaf7a79b0ade82ae20820eeee656cdd7025faf28a (patch)
treee7690c3eb3b3e12fd06d73143e7f01729fe5764e /sass
parent881c995f35560cfba1a04a6d0b195bac7a06a7d4 (diff)
parentba11172f4f77e300e30ad60d911d0fff9572620a (diff)
A.F....... [ZBX-16822] fixed performance issues for installations with a lot of historical alerts
* commit 'ba11172f4f77e300e30ad60d911d0fff9572620a': ..F....... [ZBX-16822] fixed incorrectly generated css files; removed incorrectly added file ..F....... [ZBX-16822] fixed error handling for eventlist and actionlist hintboxes ..F....... [ZBX-16822] removed unused code ..F....... [ZBX-16822] fixed mediatype name in actionlist hint ..F....... [ZBX-16822] fixed coding style: split hinboxes into separate controllers A.F....... [ZBX-16822] fixed performance issues for installations with a lot of historical alerts
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 5101a67dea5..6b7af2d6ba3 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -5529,6 +5529,35 @@ svg {
}
}
+button {
+ &.icon-action-command,
+ &.icon-action-close,
+ &.icon-action-msg,
+ &.icon-action-msgs,
+ &.icon-action-severity-up,
+ &.icon-action-severity-down,
+ &.icon-action-severity-changed,
+ &.icon-action-message,
+ &.icon-action-ack,
+ &.icon-invisible,
+ &.icon-problem-generated,
+ &.icon-problem-recovery,
+ &.icon-actions-number-gray,
+ &.icon-actions-number-yellow,
+ &.icon-actions-number-red {
+ background: none;
+ border: none;
+ padding: 0px;
+ margin: 0px;
+ margin-right: 5px;
+ min-height: 0px;
+ &::after {
+ left: 0px;
+ top: 4px;
+ }
+ }
+}
+
[data-count][class*='icon-']::after,
.icon-description::after {
position: absolute;