diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-21 13:17:24 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-21 13:17:24 +0000 |
| commit | 8ef6917ea5eaae24bc2a15a06a99b3b1f24d1f35 (patch) | |
| tree | 86b9957c4a9a6c4da386064fb497a69cad9fad03 /frontends/php/css.css | |
| parent | 2547403188f63f0042a15aff4d17e04e2e80d715 (diff) | |
| download | zabbix-8ef6917ea5eaae24bc2a15a06a99b3b1f24d1f35.tar.gz zabbix-8ef6917ea5eaae24bc2a15a06a99b3b1f24d1f35.tar.xz zabbix-8ef6917ea5eaae24bc2a15a06a99b3b1f24d1f35.zip | |
- added quick help for overview (Eugene)
- developed Dicovery system (Alexei/Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3904 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
| -rw-r--r-- | frontends/php/css.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css index e72cfa61..89c56ea6 100644 --- a/frontends/php/css.css +++ b/frontends/php/css.css @@ -358,7 +358,13 @@ table.tableinfo tr td.unknown_trigger { background-color: #BCBCBC; border: 1px table.tableinfo tr:hover td.unknown_trigger { background-color: #BCB7BC; border: 1px #BCB7BC solid; } table.tableinfo tr td.normal { background-color: #AADDAA; border: 1px #AADDAA solid; } +table.tableinfo tr:hover td.normal { background-color: #AAD9AA; border: 1px #AAD9AA solid; } +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.disabled { background-color: #FF8888; border: 1px #FF8888 solid; } +table.tableinfo tr:hover td.disabled { background-color: #FA8388; border: 1px #FA8388 solid; } /****** HEADER *********/ table.header @@ -1082,6 +1088,25 @@ ul /************ END OF COLOR PICKER ***********/ +/************** DISCOVERY STATUS ************/ +.dhosts_active { + padding: 5px; + text-align: center; + color: #0FA00F; +} +.dhosts_disabled { + padding: 5px; + text-align: center; + color: #A00F0F; +} +.dservice_active { + background: #0FA00F; +} +.dservice_disabled { + background: #A00F0F; +} +/********** END OF DISCOVERY STATUS *********/ + .center { width: 100%; |
