mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +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 {
|
.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;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-right: 45px;
|
margin-right: 45px;
|
||||||
@ -4227,44 +4220,24 @@ div.simple_value > a > span.text p {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
background-color: white;
|
background-color: var(--primary-color);
|
||||||
border: 1px solid #82b92e;
|
border: 1px solid var(--primary-color);
|
||||||
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modalokbuttontext {
|
.modalokbuttontext {
|
||||||
transition-property: background-color, color;
|
color: #fff;
|
||||||
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;
|
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modalokbutton:hover {
|
.modalokbutton:hover {
|
||||||
transition-property: background-color, color;
|
background-color: var(--primary-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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modalokbutton:hover .modalokbuttontext {
|
.modalokbutton:hover .modalokbuttontext {
|
||||||
transition-property: background-color, color;
|
color: #fff;
|
||||||
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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modaldeletebutton {
|
.modaldeletebutton {
|
||||||
@ -12350,3 +12323,10 @@ tr[id^="network_component-plugin-wmi-fields-dynamicMacroRow-"] input,
|
|||||||
tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
|
tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
|
||||||
width: 100% !important;
|
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