Fixed problems with styles in visual console. Internal Ticket: #3985

This commit is contained in:
m-lopez-f 2016-09-01 12:02:33 +02:00
parent 02388ff31f
commit 8892009211
2 changed files with 4 additions and 2 deletions

View File

@ -192,7 +192,7 @@ li:hover ul { display: block; }
background: url(../../images/builder.menu.png) no-repeat 50% 50%;
}
#icon_god-links {
border-top: 4px solid !important;
border-top: 4px solid #777!important;
border-color: #777;
background: url(../../images/links.menu.png) no-repeat 50% 50%;
}

View File

@ -29,7 +29,9 @@ Description: The default Pandora FMS theme layout
font-family: verdana, sans-serif;
letter-spacing: 0.03pt;
font-size: 8pt;
/*
color: #3F3F3F;
*/
}
svg * {
font-size: 11pt;
@ -3071,7 +3073,7 @@ table#policy_modules td * {
}
.godmode{
border-top: 4px solid !important;
border-top: 4px solid #777 !important;
padding-bottom: 4px !important;
border-bottom-right-radius: 5px;
border-right-style: solid;