mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-11764-refactorizacion-visual-del-formulario-de-filtro-de-la-vista-de-logs' into 'develop'
Ent 11764 refactorizacion visual del formulario de filtro de la vista de logs See merge request artica/pandorafms!6280
This commit is contained in:
commit
161ad1b6f7
@ -4210,13 +4210,6 @@ div.simple_value > a > span.text p {
|
||||
}
|
||||
|
||||
.modalokbutton {
|
||||
transition-property: background-color, color;
|
||||
transition-duration: 1s;
|
||||
transition-timing-function: ease-out;
|
||||
-webkit-transition-property: background-color, color;
|
||||
-webkit-transition-duration: 1s;
|
||||
-o-transition-property: background-color, color;
|
||||
-o-transition-duration: 1s;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
margin-right: 45px;
|
||||
@ -4227,44 +4220,24 @@ div.simple_value > a > span.text p {
|
||||
border-radius: 3px;
|
||||
width: 90px;
|
||||
height: 30px;
|
||||
background-color: white;
|
||||
border: 1px solid #82b92e;
|
||||
background-color: var(--primary-color);
|
||||
border: 1px solid var(--primary-color);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.modalokbuttontext {
|
||||
transition-property: background-color, color;
|
||||
transition-duration: 1s;
|
||||
transition-timing-function: ease-out;
|
||||
-webkit-transition-property: background-color, color;
|
||||
-webkit-transition-duration: 1s;
|
||||
-o-transition-property: background-color, color;
|
||||
-o-transition-duration: 1s;
|
||||
color: #82b92e;
|
||||
color: #fff;
|
||||
font-size: 10pt;
|
||||
position: relative;
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
.modalokbutton:hover {
|
||||
transition-property: background-color, color;
|
||||
transition-duration: 1s;
|
||||
transition-timing-function: ease-out;
|
||||
-webkit-transition-property: background-color, color;
|
||||
-webkit-transition-duration: 1s;
|
||||
-o-transition-property: background-color, color;
|
||||
-o-transition-duration: 1s;
|
||||
background-color: #82b92e;
|
||||
background-color: var(--primary-color);
|
||||
}
|
||||
|
||||
.modalokbutton:hover .modalokbuttontext {
|
||||
transition-property: background-color, color;
|
||||
transition-duration: 1s;
|
||||
transition-timing-function: ease-out;
|
||||
-webkit-transition-property: background-color, color;
|
||||
-webkit-transition-duration: 1s;
|
||||
-o-transition-property: background-color, color;
|
||||
-o-transition-duration: 1s;
|
||||
color: white;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.modaldeletebutton {
|
||||
@ -12350,3 +12323,10 @@ tr[id^="network_component-plugin-wmi-fields-dynamicMacroRow-"] input,
|
||||
tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.start-end-date-log-viewer {
|
||||
display: flex;
|
||||
flex-direction: row !important;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user