add admin UI for loading tracks
[lantea.git] / style / lantea.css
index 10d00d17777f1d81919db32e3bcb55a562060fe9..832b5bf06d8459ae354aaec0e523ded1d4b6c19c 100644 (file)
@@ -419,6 +419,21 @@ h1 {
   color: #FFFFFF;
 }
 
+.overlayArea .minorbutton {
+  font-size: 75%;
+  border: none !important;
+  padding: 0 2px;
+}
+.overlayArea .minorbutton:not(:disabled):active {
+  padding: 0 1px 0 3px;
+}
+.overlayArea .statusmsg {
+  font-size: 75%;
+}
+.overlayArea .statusmsg.error {
+  color: #FF8080;
+}
+
 #loginerror {
   color: red;
   font-weight: bold;