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