cookutils diff lighttpd/cooker.css @ rev 1124

Show badge "Package hasn't changed after rebuilding"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 02:16:44 2018 +0200 (2018-12-28)
parents d0839c76825c
children 0385051c3996
line diff
     1.1 --- a/lighttpd/cooker.css	Tue Dec 25 19:58:20 2018 +0200
     1.2 +++ b/lighttpd/cooker.css	Fri Dec 28 02:16:44 2018 +0200
     1.3 @@ -489,6 +489,9 @@
     1.4  .badge.no-badge::before {
     1.5  	content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='%23000'><rect fill='%23fff' height='14' rx='2' stroke-linejoin='round' stroke-width='2' width='14' x='1' y='1'/><path d='m3 3 10 10m-10 0 10-10' fill='none'/></g></svg>");
     1.6  }
     1.7 +.badge.equal::before {
     1.8 +	content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><rect fill='%23fff' height='14' rx='2' stroke='%2304f' stroke-linejoin='round' stroke-width='2' width='14' x='1' y='1'/><path d='m4 5v2h8v-2zm0 4v2h8v-2z'/></svg>");
     1.9 +}
    1.10  .badges td:nth-child(1) {
    1.11  	vertical-align: middle;
    1.12  	text-align: center;