client-app/app/styles/app.css in logster-2.10.0 vs client-app/app/styles/app.css in logster-2.10.1
- old
+ new
@@ -571,10 +571,11 @@
.current-number {
margin: 0 7px;
}
+.recent-link,
.expand-list {
text-decoration: underline;
color: blue;
cursor: pointer;
}
@@ -762,7 +763,16 @@
}
#bottom-panel.full .message-actions {
background: #181818;
border-color: #555;
+ }
+
+ #bottom-panel:not(.full) .nav-controls.env-nav {
+ background: #181818;
+ }
+
+ .recent-link,
+ .expand-list {
+ color: #44f;
}
}