Browse Source

User editable dashboards... implementation in progress

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1995 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 years ago
parent
commit
c2b252d60a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      css/light-grey.css

+ 5 - 0
css/light-grey.css

@@ -1122,6 +1122,11 @@ select#org_id {
 	padding: 5px;
 	margin:0;
 }
+.edit_mode .dashlet-selected {
+	background: #EB8F00 !important;
+	padding: 5px;
+	margin:0;
+}
 .dashlet-content {
 	background: #fff;
 	margin:0;