]> git.0d.be Git - panikdb.git/commitdiff
wiki: style new page marker
authorFrédéric Péters <fpeters@0d.be>
Tue, 23 Jun 2020 19:57:41 +0000 (21:57 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 23 Jun 2020 19:57:41 +0000 (21:57 +0200)
panikdb/static/css/style.scss

index 810c1170dbdbcbb6509ec97e93ee4e76418f0300..890c1a59dd8759465d18f12ee1decdfe9d1df435 100644 (file)
@@ -794,6 +794,14 @@ div#content div.wiki-section h4.intertitle {
        font-size: 80%;
 }
 
+.latest-page-updates-cell--item-isnew {
+       background: #f1f92f;
+       color: black;
+       font-size: 80%;
+       position: relative;
+       top: 0px;
+}
+
 #image-upload {
        visibility: hidden;
 }