Fix:Google search
• •Accessibility and usability fixes for the country-specific Google search sites, including Google.de (Not for Google Docs, Drive etc.) Includes WAI-ARIA landmark roles.
Google logo 2013
- Wikipedia:List of Google domains
- Wikipedia:File:Logo 2013 Google.png
- See also: Fix:Baidu search
Config
YAML config
JSON config
Fixes
YAML fixes
JSON fixes
Styles
1
2
3
4
5
6
7
8
9
10
11
12
body {
border:1px solid green;
}
.gbqfqw {
border-color:rgba(0,0,0,.3); /*rgba(0,0,0,.15)*/
} .gbqfqw.gbqfqw:hover {
border-color:rgba(0,0,0,.5); /*rgba(0,0,0,.3)*/
} .gbqfqw:active {
border-color:#3174e3; /*#4285f4*/
}