]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/mod_admin.css
The appearanxe of the link preview is now configurable
[friendica.git] / view / theme / frio / css / mod_admin.css
index 3475d1d82a2f50383ab7f7504324509256d1d8da..355cfd1401efe83a020be6172796048408990cca 100644 (file)
@@ -40,3 +40,11 @@ tr.details th {
 .adminpage td {
        word-break: break-all;
 }
+
+.adminpage input[id=id_maximagesize]:valid {
+       background-color: palegreen;
+}
+
+.adminpage input[id=id_maximagesize]:invalid {
+       background-color: lightpink;
+}
\ No newline at end of file