fix(css) .cmd-button: "outline:0"

This commit is contained in:
coderaiser 2013-07-25 07:22:02 +00:00
parent 3a33f7e383
commit 31302452ab
2 changed files with 9 additions and 6 deletions

View file

@ -130,6 +130,8 @@ getJSONfromFileTable.
* fix(dom) this -> Cmd
* fix(css) .cmd-button: "outline:0"
2012.04.22, v0.2.0

View file

@ -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{