Classic Input Style
Classic Input Style by loliko974
Details
Authorloliko974
LicenseNo License
Categoryuserstyles
Created
Updated
Size766 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Classic Input Style
@version 20220725.03.35
@namespace userstyles.world/user/loliko974
@description Classic Input Style
@author loliko974
@license No License
==/UserStyle== */
@-moz-document regexp(".*") {
button, input[type=submit], input[type=reset], input[type=button], select {
border-style: outset;
border-width: 1px;
}
button:active, input[type=submit]:active, input[type=reset]:active, input[type=button]:active, select:active, input, textarea {
border-style: inset;
border-width: 1px;
outline: none !important;
}
button:focus, select:focus, input:focus, textarea:focus {
outline-style: solid !important;
outline-width: 1px !important;
outline-color: #000 !important;
}
}