Clearer tab select
correct padding in Alerts Pressed button has inset shaddow
This commit is contained in:
parent
045ee3ff9f
commit
52da7d7899
5 changed files with 25 additions and 10 deletions
|
@ -16,6 +16,7 @@
|
|||
background: darken($color, 10%);
|
||||
border-color: darken($color, 10%);
|
||||
box-shadow: 0 1px 2px rgba($color, 0.6);
|
||||
box-shadow: inset 0 0 10px rgba(darken($color, 30%), 0.2);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
@ -28,6 +29,7 @@
|
|||
border-color: darken($color, 25%);
|
||||
text-shadow: none;
|
||||
color: darken($fg, 30%);
|
||||
box-shadow: inset 0 0 5px rgba(darken($color, 60%), 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,6 +73,7 @@
|
|||
border-color: $black;
|
||||
color: #333;
|
||||
cursor: default;
|
||||
box-shadow: inset 0 0 10px rgba($black, 0.1);
|
||||
}
|
||||
|
||||
&.btn-wide {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue