mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
Adding link button
This commit is contained in:
parent
986dde0cc1
commit
acb340083c
|
|
@ -4,7 +4,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input[type="submit"], input[type="button"] {
|
button, input[type="submit"], input[type="button"], a.button {
|
||||||
@include border-radius(3px);
|
@include border-radius(3px);
|
||||||
border: 1px solid $content-border-color;
|
border: 1px solid $content-border-color;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
|
|
@ -1433,7 +1433,7 @@ blockquote {
|
||||||
.btn {
|
.btn {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
button, input[type="submit"], input[type="button"] {
|
button, input[type="submit"], input[type="button"], a.button {
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-ms-border-radius: 3px;
|
-ms-border-radius: 3px;
|
||||||
|
|
@ -1454,7 +1454,7 @@ button, input[type="submit"], input[type="button"] {
|
||||||
-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
|
-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
|
||||||
-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
|
-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
|
||||||
box-shadow: inset 1px 1px 0px 0px #ffffff; }
|
box-shadow: inset 1px 1px 0px 0px #ffffff; }
|
||||||
button:hover, button :active, input[type="submit"]:hover, input[type="submit"] :active, input[type="button"]:hover, input[type="button"] :active {
|
button:hover, button :active, input[type="submit"]:hover, input[type="submit"] :active, input[type="button"]:hover, input[type="button"] :active, a.button:hover, a.button :active {
|
||||||
text-shadow: -1px -1px 1px #ffffff;
|
text-shadow: -1px -1px 1px #ffffff;
|
||||||
background: #d9d9d9;
|
background: #d9d9d9;
|
||||||
background: -moz-linear-gradient(top, #d6d6d6 0, #ededed 100);
|
background: -moz-linear-gradient(top, #d6d6d6 0, #ededed 100);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user