1
0
Fork 0
forked from 0x2620/oxjs

fixing css

This commit is contained in:
Rolux 2010-02-19 20:25:10 +05:30
commit 001dd19126
3 changed files with 9 additions and 8 deletions

View file

@ -195,9 +195,11 @@ input::-moz-focus-inner {
border: none;
}
.OxButton.OxSymbol,
.OxButton.OxSymbol:active {
.OxButton.OxSymbol:active,
.OxButton.OxSymbol:focus {
border: 1px solid rgba(0, 0, 0, 0);
background: rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/*
--------------------------------------------------------------------------------
@ -295,8 +297,7 @@ div.OxInput > .OxButton:last-child {
}
input.OxInput {
float: left;
margin-left: -1px;
margin-top: -1px;
margin: -1px -1px 0 -1px;
}
/*
--------------------------------------------------------------------------------