mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
issue #2234 standardize input focus colors
for input, select and textarea
This commit is contained in:
@@ -7,6 +7,14 @@ INPUT, select, textarea { color:#999; background-color: #444; }
|
||||
option[disabled] { background-color: #999; color: #444; }
|
||||
input[type="radio"], input[type="checkbox"] { background-color: transparent; }
|
||||
|
||||
input:focus,
|
||||
select:focus,
|
||||
textarea:focus {
|
||||
outline-color: #ffa646;
|
||||
outline-width: 1px;
|
||||
outline-style: solid;
|
||||
}
|
||||
|
||||
|
||||
.showInfo { color:#666; }
|
||||
.showInfo:hover { color:#999; }
|
||||
|
||||
Reference in New Issue
Block a user