to not forget to confirm move
lishogi move confirmation more visible by Olekaze
Details
AuthorOlekaze
LicenseNo License
Categorylishogi.org
Created
Updated
Size633 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name lishogi move confirmation more visible
@namespace github.com/openstyles/stylus
@version 1.0.0
@description to not forget to confirm move
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://lishogi.org/") {
.rcontrols .negotiation {
animation:flash-once 0s ease-in;
padding:1px
}
.rcontrols .suggestion,
.rcontrols .pending,
.rcontrols .negotiation {
padding:0.5em 3%;
background: url("https://media4.giphy.com/media/1YeNmr6FqSWZ6MVsQB/giphy.gif?cid=6c09b952lqw8oxx9mehn2lveze9df4q9w2mteofce0pi9q26&ep=v1_internal_gif_by_id&rid=giphy.gif&ct=g")
}
}