mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-27 04:19:04 +08:00
* [Fixes #7153] Typo .buton:active in several css files [Fixes #7153] Typo .buton:active in several css files * [Fixes #7153] Typo .buton:active in several css files [Fixes #7153] Typo .buton:active in several css files * [Fixes #7153] Typo .buton:active in several css files [Fixes #7153] Typo .buton:active in several css files * [Fixes #7153] Typo .buton:active in several css files [Fixes #7153] Typo .buton:active in several css files
This commit is contained in:
committed by
Sipke Schoorstra
parent
bc74aec232
commit
a7c4dfbf7c
@@ -1,4 +1,4 @@
|
|||||||
/* Reset
|
/* Reset
|
||||||
***************************************************************/
|
***************************************************************/
|
||||||
|
|
||||||
html, body, div, span, applet, object, iframe,
|
html, body, div, span, applet, object, iframe,
|
||||||
@@ -335,7 +335,7 @@ button:hover, .button:hover, a.button:hover {
|
|||||||
background: -moz-linear-gradient(top, rgba(110, 127, 69, 1.0), rgba(106, 123, 66, 1.0));
|
background: -moz-linear-gradient(top, rgba(110, 127, 69, 1.0), rgba(106, 123, 66, 1.0));
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active, .buton:active, a.button:active {
|
button:active, .button:active, a.button:active {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
background:#6a7b42;
|
background:#6a7b42;
|
||||||
border:1px solid #487328;
|
border:1px solid #487328;
|
||||||
|
|||||||
@@ -755,7 +755,7 @@ button:hover, .button:hover, a.button:hover {
|
|||||||
background: -moz-linear-gradient(top, rgba(110, 127, 69, 1.0), rgba(106, 123, 66, 1.0));
|
background: -moz-linear-gradient(top, rgba(110, 127, 69, 1.0), rgba(106, 123, 66, 1.0));
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active, .buton:active, a.button:active {
|
button:active, .button:active, a.button:active {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
background:#6a7b42;
|
background:#6a7b42;
|
||||||
border:1px solid #487328;
|
border:1px solid #487328;
|
||||||
|
|||||||
@@ -239,7 +239,7 @@ button:hover, .button:hover, a.button:hover {
|
|||||||
background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(110, 127, 69, 1.0)), to(rgba(106, 123, 66, 1.0)));
|
background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(110, 127, 69, 1.0)), to(rgba(106, 123, 66, 1.0)));
|
||||||
background: -moz-linear-gradient(top, rgba(110, 127, 69, 1.0), rgba(106, 123, 66, 1.0));
|
background: -moz-linear-gradient(top, rgba(110, 127, 69, 1.0), rgba(106, 123, 66, 1.0));
|
||||||
}
|
}
|
||||||
button:active, .buton:active, a.button:active {
|
button:active, .button:active, a.button:active {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
background:#6a7b42;
|
background:#6a7b42;
|
||||||
border:1px solid #487328;
|
border:1px solid #487328;
|
||||||
@@ -336,4 +336,4 @@ span.message {
|
|||||||
}
|
}
|
||||||
.debug.message:before {
|
.debug.message:before {
|
||||||
content:"DEBUG » ";
|
content:"DEBUG » ";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -775,7 +775,7 @@ button:hover, .button:hover, a.button:hover {
|
|||||||
background: -moz-linear-gradient(top, rgba(110, 127, 69, 1.0), rgba(106, 123, 66, 1.0));
|
background: -moz-linear-gradient(top, rgba(110, 127, 69, 1.0), rgba(106, 123, 66, 1.0));
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active, .buton:active, a.button:active {
|
button:active, .button:active, a.button:active {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
background:#6a7b42;
|
background:#6a7b42;
|
||||||
border:1px solid #487328;
|
border:1px solid #487328;
|
||||||
|
|||||||
Reference in New Issue
Block a user