mirror of
https://github.com/openvk/openvk
synced 2025-07-08 08:43:01 +03:00
Change tints to more UX-friendly
- checkboxes and radio buttons are blue when checked - enables hover-checked state use in atlas
This commit is contained in:
parent
e81486806e
commit
f9cfad9d12
2 changed files with 6 additions and 1 deletions
|
@ -560,7 +560,7 @@ input[type=radio] {
|
|||
}
|
||||
|
||||
input[type=checkbox] {
|
||||
background-image: url("data:image/gif;base64,R0lGODlhDwA4AKIAAOHh4f///8rKyra2toKCgsHBweTk5P///yH5BAEAAAcALAAAAAAPADgAAAOzKLrMJyHKGcWjOFiY5+7eBVbi+I1aCZ6m2rGrm21NrTx2LWMEwYE93yho+PF6gmKHyCJIiEVRMABNcQzBnsFAumK13K5kS9iGjNuwBPbC5RyDuHw+PwwA+LweP7Dv/wB9d4B6goSFfod8iYqGioGMh46NkYSTkpWAgnSccXadnJl/PYOHQaWAQQWoe6qrhK6MBHmujkEArpCDBVkEBQWLu7w9v3mTv77AxpG/ysusmp+gdQkAOw==");
|
||||
background-image: url("data:image/gif;base64,R0lGODlhDwA4ALMAAP//////AP8A//8AAAD//wD/AAAA/wAAADtZd8XKzuHh4crKysHBwba2tv///wAAACH5BAEAAA4ALAAAAAAPADgAAASzcMlJqVsg653X5SDgYeE2luaHdup6rmKLvq5c0rMdjlUvXb6eDoRAkFBF4yqZOBKLi2aJSUNomE1VEoCNkRLJYiLB+oLF5LJmjBinnOO0BncDBi2NvH6/dzQUgIGCgA1+g4cKhX+IgoqMjYaPhJGSjpKJlI+WlZmMm5qdiIp8pHl+paShh0WLj0mtiEywg0kMCbOBTAyUCLlolkkKWJiLZ8PEgGxogZtsY5CwcYOfnqeofREAOw==");
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
|
@ -578,6 +578,11 @@ input[type=radio]:checked {
|
|||
background-position: 0 -14px;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked:hover,
|
||||
input[type=radio]:checked:hover {
|
||||
background-position: 0 -42px;
|
||||
}
|
||||
|
||||
#auth {
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1 KiB |
Loading…
Reference in a new issue