X-Git-Url: https://git.auder.net/js/rpsls.js?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=b83c032956042cd6bffc4a96b9ab01badbfb5b1a;hb=14c35dc66973e66f9d9a680abb0a35db93ee2bcb;hp=d8ae21d3f3307044b97c1fda76692d270621a75d;hpb=d81c26d17a0989788782253903ff9859b442aed1;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index d8ae21d3..b83c0329 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -149,6 +149,7 @@ table padding: 0 10px 0 0 height: 100% & > span + padding-right: 5px vertical-align: middle & > img padding: 0 @@ -279,10 +280,19 @@ footer padding: 5px 0 .menuitem.somenews + animation: blinkNews 1s infinite; color: red &:link, &:visited, &:hover color: red +@keyframes blinkNews + 0%, 49% + background-color: yellow + padding: 3px + 50%, 100% + background-color: grey + padding: 3px + // Styles for diagrams and board (partial). // TODO: where to put that ?