From 500f314742d5776df9e8fe455f2f5ba5cd0bb5bb Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 27 Mar 2019 21:10:19 +0800 Subject: [PATCH] v0.0.3 --- assets/style.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/assets/style.css b/assets/style.css index 5ed682b..b5a35cf 100644 --- a/assets/style.css +++ b/assets/style.css @@ -5,23 +5,28 @@ top: 0; bottom: 0; } + .taskinfo { background: #f5f5f533; cursor: pointer; height: 50px; } -.taskinfo:hover{ + +.taskinfo:hover { background: #ebebeb; transition: 0.5s; } -.description{ - padding-top:5px; + +.description { + padding-top: 5px; } -.path{ + +.path { color: #888888; font-size: small; } -#infopannel{ + +#infopannel { position: fixed; left: 0; right: 0; @@ -30,7 +35,8 @@ color: white; display: none; } -img{ + +img { float: left; margin: 10px; height: 30px;