mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
WIP Rules alert correlation
This commit is contained in:
parent
1b4b59d1c2
commit
867f0cfbe9
@ -246,7 +246,7 @@ div#rules.show {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rules select {
|
#rules select.click-list-elements {
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
background-color: #424242;
|
background-color: #424242;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
@ -254,7 +254,13 @@ div#rules.show {
|
|||||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
font-family: "lato-lighter", "Open Sans", sans-serif;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
#rules select.click-list-elements.fields-elements-log {
|
||||||
|
background-color: #638460;
|
||||||
|
}
|
||||||
|
#rules select.click-list-elements.fields-elements-event {
|
||||||
|
background-color: #587cff;
|
||||||
|
}
|
||||||
|
|
||||||
#rules select:focus {
|
#rules select.click-list-elements:focus {
|
||||||
outline-color: transparent;
|
outline-color: transparent;
|
||||||
}
|
}
|
||||||
|
@ -515,6 +515,14 @@ select:-internal-list-box {
|
|||||||
.no-text-imp {
|
.no-text-imp {
|
||||||
font-size: 0 !important;
|
font-size: 0 !important;
|
||||||
}
|
}
|
||||||
|
.noselect {
|
||||||
|
-webkit-touch-callout: none; /* iOS Safari */
|
||||||
|
-webkit-user-select: none; /* Safari */
|
||||||
|
-khtml-user-select: none; /* Konqueror HTML */
|
||||||
|
-moz-user-select: none; /* Old versions of Firefox */
|
||||||
|
-ms-user-select: none; /* Internet Explorer/Edge */
|
||||||
|
user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
|
||||||
|
}
|
||||||
.flex-content-right {
|
.flex-content-right {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user