public/elasticsearch-paramedic/css/app.css in elasticsearch-paramedic-rack-0.2.0 vs public/elasticsearch-paramedic/css/app.css in elasticsearch-paramedic-rack-0.2.1
- old
+ new
@@ -120,10 +120,20 @@
header section .label.darker
{ color: #333; }
/* Nodes */
+#nodes-wrapper h2 a
+ { color: #999;
+ text-transform: none;
+ float: right; }
+
+#nodes-wrapper h2 a:hover
+ { color: #666;
+ border-bottom: 1px solid #666;
+ cursor: pointer; }
+
#nodes .node
{ margin: 0.25em 0.5em 0.25em 0;
padding: 0.25em 0.5em 0.25em 0;
float: left; }
@@ -135,9 +145,19 @@
{ color: #333;
border-right: 1px solid #f5f5f5;
padding-right: 0.5em; }
/* Indices */
+
+#indices-wrapper h2 a
+ { color: #999;
+ text-transform: none;
+ float: right; }
+
+#indices-wrapper h2 a:hover
+ { color: #666;
+ border-bottom: 1px solid #666;
+ cursor: pointer; }
#indices
{ counter-reset: index; }
#indices .index