]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Add response active support to vier theme
[friendica.git] / view / global.css
index e3cbf08c3b252ac9a2598896ea5345191e5496c7..85e45db006f0fc28af4afd8c0d0e67537744c055 100644 (file)
@@ -473,3 +473,11 @@ td.pendingnote {
 td.pendingnote > p > span {
        font-weight: bold;
 }
+
+/* warning message */
+.warning-message {
+       padding: 10px;
+       margin: 5px;
+       border-left: 5px solid #f00;
+       font-weight: bold;
+}