mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch '3072-Problemas_jquery' into 'develop'
3072 problemas jquery See merge request artica/pandorafms!1979
This commit is contained in:
commit
151cba3cbf
@ -1,5 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
Author: The Pandora FMS team
|
Author: The Pandora FMS team
|
||||||
Name: Default theme
|
Name: Default theme
|
||||||
Description: The default Pandora FMS theme layout
|
Description: The default Pandora FMS theme layout
|
||||||
@ -4820,9 +4819,6 @@ div#dialog_messages table th:last-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* --- JQUERY-UI --- */
|
/* --- JQUERY-UI --- */
|
||||||
.ui-front {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
.ui-button-text-only .ui-button-text {
|
.ui-button-text-only .ui-button-text {
|
||||||
font-family: nunito;
|
font-family: nunito;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
@ -4891,7 +4887,7 @@ div#dialog_messages table th:last-child {
|
|||||||
width:90px !important;
|
width:90px !important;
|
||||||
}
|
}
|
||||||
.ui-widget-content {
|
.ui-widget-content {
|
||||||
background: #ffffff url(../../../include/styles/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
|
background: #ffffff url(include/styles/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
|
||||||
}
|
}
|
||||||
.ui-state-default,
|
.ui-state-default,
|
||||||
.ui-widget-content .ui-state-default,
|
.ui-widget-content .ui-state-default,
|
||||||
@ -4959,8 +4955,6 @@ div#dialog_messages table th:last-child {
|
|||||||
.ui-datepicker-buttonpane .ui-datepicker-current {
|
.ui-datepicker-buttonpane .ui-datepicker-current {
|
||||||
margin-left: 0.2em !important;
|
margin-left: 0.2em !important;
|
||||||
}
|
}
|
||||||
.ui-icon {
|
|
||||||
}
|
|
||||||
.ui-dialog .ui-widget-content {
|
.ui-dialog .ui-widget-content {
|
||||||
border: 0px !important;
|
border: 0px !important;
|
||||||
}
|
}
|
||||||
@ -4993,8 +4987,11 @@ div#dialog_messages table th:last-child {
|
|||||||
font-family: Verdana,Arial,sans-serif !important;
|
font-family: Verdana,Arial,sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover,
|
a.ui-button:active, .ui-button:active,
|
||||||
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
|
.ui-button.ui-state-active:hover,
|
||||||
|
.ui-state-focus .ui-widget-content,
|
||||||
|
.ui-state-focus .ui-widget-header,
|
||||||
|
.ui-state-focus .ui-button:hover, .ui-button:focus{
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
@ -5015,4 +5012,30 @@ a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover,
|
|||||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
|
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
|
||||||
color: #212121 !important;
|
color: #212121 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.ui-front{
|
||||||
|
z-index: 1000000 !important;
|
||||||
|
padding-right: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.ui-front li{
|
||||||
|
padding: 3px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.ui-front li:hover{
|
||||||
|
background-color: #e1e3e1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.ui-front li a.ui-menu-item-wrapper{
|
||||||
|
background: transparent !important;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.ui-front li a.ui-menu-item-wrapper span{
|
||||||
|
padding-left: 5px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.ui-front li a.ui-menu-item-wrapper:hover{
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
/* --- END - JQUERY-UI --- */
|
/* --- END - JQUERY-UI --- */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user