[icinga-checkins] icinga.org: icinga-web/cdoebler/default: * changed styles of status-summary rows
git at icinga.org
git at icinga.org
Thu Oct 8 16:12:19 CEST 2009
Module: icinga-web
Branch: cdoebler/default
Commit: 38ea5b24684740767f78313482285265e1646d84
URL: https://git.icinga.org/?p=icinga-web.git;a=commit;h=38ea5b24684740767f78313482285265e1646d84
Author: Christian Doebler <christian.doebler at netways.de>
Date: Thu Oct 8 12:45:54 2009 +0200
* changed styles of status-summary rows
---
pub/styles/Icinga.css | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/pub/styles/Icinga.css b/pub/styles/Icinga.css
index b8f91bf..d7c6261 100644
--- a/pub/styles/Icinga.css
+++ b/pub/styles/Icinga.css
@@ -268,6 +268,12 @@ table.icinga-attribute-table td.val {
/** STATUS-SUMMARY VIEW **/
.status-summary-row {
+ color: #000000;
+ cursor: pointer;
+}
+
+.status-summary-row:hover {
+ color: #f88017;
cursor: pointer;
}
More information about the icinga-checkins
mailing list