#search-box {
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
background-color:#ffffff;
border:0px solid #CCCCCC;
float:right;
padding:8px;
position:relative;
top:0;
width:20em;
}
#search-box {
/*remove all css declaration here*/
}
#search-box { -moz-border-radius-bottomleft:0px; -moz-border-radius-bottomright:0px; background-color:#ffffff; border:0px solid #CCCCCC; float:right; padding:8px; position:relative; top:0; width:20em; }
Share
You can’t. You would have to manually reset each of them. If you need to jump between major differences, when a user clicks the element, for instance, you can remove these from the element itself, and put them in a class. So this:
Becomes this:
Now any time you need to make radical changes to the display of an element, add or remove the
.focusedclass.