X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8c1a0b561ab0ebdbc88d801ff07ebba90999e1c0..09af0c3d91d99d1bd2e6353926fc4099f2542261:/circus.css diff --git a/circus.css b/circus.css index 17fde61..82ab0fe 100644 --- a/circus.css +++ b/circus.css @@ -2,11 +2,13 @@ .po {background: #CF7} /* window */ .co {background: #FF7} /* command */ .ci {background: #8FD} /* info */ +.cp {background: #FB7} /* info */ .mi {background: #FFA070} /* insert mode */ .mo {background: #F77} /* mode */ .mv {background: #E8E} /* visual mode */ .me {background: #99F} /* key mode */ +.ci[onclick]:hover {background: #000; color: #8FD} .co[onclick]:hover {background: #000; color: #FF7} .mi[onclick]:hover {background: #000; color: #FFA070} .mo[onclick]:hover {background: #000; color: #F77}