not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
702 B

/*.theme-fu input:focus,*/
.theme-fu .input:focus,
.theme-fu .input.focus {
outline: none;
}
/*.theme-fu input,*/
.theme-fu .input {
padding: 0.6em;
border: 0;
border-radius: 6px;
/**/
-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
}
/*
.theme-fu .input:enabled:hover, .theme-fu .input:hover {
background-color: #C0C0C0;
}
.theme-fu active, .theme-fu .input:enabled:active, theme-fu .input:active {
top: 1px;
left: 1px;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
*/