svn: /web/php/trunk/styles/ theme.css
[email protected] (Stewart Lord)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
stewartlord Tue, 04 Jan 2011 06:49:05 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307062
Log:
Fixed minor issue with search input styles resulting from merge of
structure.css into theme.css.
Changed paths:
U web/php/trunk/styles/theme.css
Modified: web/php/trunk/styles/theme.css
===================================================================
--- web/php/trunk/styles/theme.css 2011-01-04 06:24:04 UTC (rev 307061)
+++ web/php/trunk/styles/theme.css 2011-01-04 06:49:05 UTC (rev 307062)
@@ -132,10 +132,6 @@
#headsearch-keywords,
#changelang-langs
{
- border: 0;
- margin: 1px;
- padding: 2px 5px;
- font-weight: bold;
color: #666;
background: transparent;
-webkit-appearance: none;
@@ -148,6 +144,10 @@
#headsearch-submit,
#changelang-submit
{
+ border: 0;
+ margin: 1px;
+ padding: 2px 5px;
+ font-weight: bold;
border-color: #987db3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;