/usr/share/zabbix/styles/ie.css is in zabbix-frontend-php 1:2.2.2+dfsg-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | /*
** Zabbix
** Copyright (C) 2001-2014 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** You should have received a copy of the GNU General Public License
** along with this program; if not, write to the Free Software
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
table.tableinfo tr.selected td { background-color: #FFFFBB; }
table.tableinfo tr.selected:hover td { background-color: #BBCCFF; }
table.tableinfo tr.odd_row td { background-color: #DDDDDD; }
table.tableinfo tr.odd_row:hover td { background-color: #BBCCFF; }
table.tableinfo tr.even_row td { background-color: #EEEEEE; }
table.tableinfo tr.even_row:hover td{ background-color: #BBCCFF; }
table.tableinfo tr td.center { vertical-align: middle; text-align: center; }
table.tableinfo tr td.active { background-color: #AADDAA; border: 1px #AADDAA solid; }
table.tableinfo tr:hover td.active { background-color: #AAD9AA; border: 1px #AAD9AA solid; }
table.tableinfo tr td.inactive { background-color: #FF8888; border: 1px #FF8888 solid; }
table.tableinfo tr:hover td.inactive { background-color: #FA8388; border: 1px #FA8388 solid; }
.menu_icon { line-height: 15px; height: 15px; width: 15px; }
ul.objectlist li { display: inline; }
ul.formlist li div.dd { padding-left: 1%; margin-left: 0; }
.link_menu { border: 0; text-decoration: underline; }
.footer .dt input.main{ height: 25px; }
.footer .dd { padding-left: 1%; }
.inlineblock { *display: inline; }
.radio { border: 0; }
.formrow .listInfoLabel { padding: 8px 0; display: block; float: left; }
.formrow .listInfoText { margin-left: 21%; }
.listInfo { display: list-item; }
|