Jump to content

User:Toyotabedzrock/vector.css

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Toyotabedzrock (talk | contribs) at 21:17, 18 September 2010 (Search button height). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#simpleSearch button#searchButton{height:24px;}
.wikiEditor-toolbar-dialog .ui-dialog-buttonpane button{border-radius:4px;}
.wikiEditor-toolbar-dialog .ui-dialog-content input[type=text]{box-sizing:border-box;}
.ui-corner-tl{border-top-left-radius:0px;}
.ui-corner-tr{border-top-right-radius:0px;}
.ui-corner-bl{border-bottom-left-radius:0px;}
.ui-corner-br{border-bottom-right-radius:0px;}
.ui-corner-top{border-top-left-radius:0px;border-top-right-radius:0px;}
.ui-corner-bottom{border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.ui-corner-right{border-top-right-radius:0px;border-bottom-right-radius:0px;}
.ui-corner-left{border-top-left-radius:0px;border-bottom-left-radius:0px;}
.ui-corner-all{border-radius:0px;}
.ui-widget-shadow{border-radius:8px;}