mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Changed images with white background - #4194
This commit is contained in:
parent
745ab711de
commit
b6d551d583
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 3.3 KiB |
@ -21,6 +21,7 @@ Description: The default Pandora FMS theme layout
|
|||||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* General styles */
|
||||||
body,
|
body,
|
||||||
div#page,
|
div#page,
|
||||||
#menu_tab_frame,
|
#menu_tab_frame,
|
||||||
@ -28,7 +29,6 @@ div#page,
|
|||||||
#menu_tab_frame_view_bc,
|
#menu_tab_frame_view_bc,
|
||||||
input.search_input,
|
input.search_input,
|
||||||
.filters input,
|
.filters input,
|
||||||
input:-internal-autofill-selected,
|
|
||||||
input#text-id_parent.ac_input,
|
input#text-id_parent.ac_input,
|
||||||
input,
|
input,
|
||||||
textarea,
|
textarea,
|
||||||
@ -55,48 +55,6 @@ table.databox,
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tabs icons change color */
|
|
||||||
#menu_tab li.nomn img,
|
|
||||||
#menu_tab li img {
|
|
||||||
filter: invert(100%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* White text */
|
|
||||||
a,
|
|
||||||
#menu_tab_left li a,
|
|
||||||
#menu_tab_left li span,
|
|
||||||
fieldset legend,
|
|
||||||
.tactical_set legend,
|
|
||||||
#user-notifications-wrappe,
|
|
||||||
#user_form *,
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4,
|
|
||||||
.info_table > tbody > tr > th,
|
|
||||||
.info_table > thead > tr > th,
|
|
||||||
.info_table > thead > tr > th a,
|
|
||||||
.info_table > thead > tr > th > span,
|
|
||||||
form.discovery label,
|
|
||||||
.edit_user_labels,
|
|
||||||
.input_label,
|
|
||||||
.pagination,
|
|
||||||
tr.group_view_data,
|
|
||||||
.group_view_data {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Overwrite inline styles */
|
|
||||||
.textodialogo td {
|
|
||||||
color: #fff !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* snmp */
|
|
||||||
#snmp_browser {
|
|
||||||
background-color: #222 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* General styles */
|
|
||||||
.box-shadow {
|
.box-shadow {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
@ -130,6 +88,76 @@ textarea:disabled {
|
|||||||
filter: brightness(2.5) contrast(3.5);
|
filter: brightness(2.5) contrast(3.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* White text */
|
||||||
|
a,
|
||||||
|
#menu_tab_left li a,
|
||||||
|
#menu_tab_left li span,
|
||||||
|
fieldset legend,
|
||||||
|
.tactical_set legend,
|
||||||
|
#user-notifications-wrappe,
|
||||||
|
#user_form *,
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
.info_table > tbody > tr > th,
|
||||||
|
.info_table > thead > tr > th,
|
||||||
|
.info_table > thead > tr > th a,
|
||||||
|
.info_table > thead > tr > th > span,
|
||||||
|
form.discovery label,
|
||||||
|
.edit_user_labels,
|
||||||
|
.input_label,
|
||||||
|
.pagination,
|
||||||
|
tr.group_view_data,
|
||||||
|
.group_view_data {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Tabs icons change color */
|
||||||
|
#menu_tab li.nomn img,
|
||||||
|
#menu_tab li img {
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* menu.css */
|
||||||
|
.operation {
|
||||||
|
background-color: #252525;
|
||||||
|
}
|
||||||
|
|
||||||
|
.godmode,
|
||||||
|
#menu_full {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button_collapse {
|
||||||
|
background-color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
|
.operation .selected,
|
||||||
|
.godmode .selected,
|
||||||
|
.menu_icon:hover {
|
||||||
|
background-color: #080808;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sub_subMenu {
|
||||||
|
background-color: #343434;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* footer */
|
||||||
|
div#foot {
|
||||||
|
background: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Overwrite inline styles */
|
||||||
|
.textodialogo td {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* snmp */
|
||||||
|
#snmp_browser {
|
||||||
|
background-color: #222 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* events.css */
|
/* events.css */
|
||||||
table.table_modal_alternate tr:nth-child(odd) td {
|
table.table_modal_alternate tr:nth-child(odd) td {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
@ -252,35 +280,6 @@ table#diagnostic_info tbody td div {
|
|||||||
filter: brightness(2.5);
|
filter: brightness(2.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* menu.css */
|
|
||||||
.operation {
|
|
||||||
background-color: #252525;
|
|
||||||
}
|
|
||||||
|
|
||||||
.godmode,
|
|
||||||
#menu_full {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button_collapse {
|
|
||||||
background-color: #444;
|
|
||||||
}
|
|
||||||
|
|
||||||
.operation .selected,
|
|
||||||
.godmode .selected,
|
|
||||||
.menu_icon:hover {
|
|
||||||
background-color: #080808;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sub_subMenu {
|
|
||||||
background-color: #343434;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* footer */
|
|
||||||
div#foot {
|
|
||||||
background: #222;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* jquery custom */
|
/* jquery custom */
|
||||||
.ui-dialog,
|
.ui-dialog,
|
||||||
.ui-widget-content {
|
.ui-widget-content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user