mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(css) .cmd-button: "outline:0"
This commit is contained in:
parent
3a33f7e383
commit
31302452ab
2 changed files with 9 additions and 6 deletions
|
|
@ -130,6 +130,8 @@ getJSONfromFileTable.
|
|||
|
||||
* fix(dom) this -> Cmd
|
||||
|
||||
* fix(css) .cmd-button: "outline:0"
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue