diff --git a/ChangeLog b/ChangeLog index fa7b4749..9a47f201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -130,6 +130,8 @@ getJSONfromFileTable. * fix(dom) this -> Cmd +* fix(css) .cmd-button: "outline:0" + 2012.04.22, v0.2.0 diff --git a/css/style.css b/css/style.css index 0beb1507..221598ad 100644 --- a/css/style.css +++ b/css/style.css @@ -96,14 +96,15 @@ body{ } .cmd-button{ - width: 10%; - margin: 20px 2px 0 2px; - overflow: hidden; - color: rgb(49,123,249); - text-overflow: ellipsis; - white-space: nowrap; background-color: white; border: 1.5px solid rgba(49,123,249,.40); + color: rgb(49,123,249); + margin: 20px 2px 0 2px; + text-overflow: ellipsis; + overflow: hidden; + outline: 0; + white-space: nowrap; + width: 10%; } .cmd-button:hover{