Merge pull request #276 from nkevins/admin_css_update
Make admin input outline darker
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
font-family: "Avenir-light", "AvenirLTStd-Light", sans-serif !important;
|
||||
border-radius: 0;
|
||||
background-color: $transparent-bg;
|
||||
border: 1px solid $light-gray;
|
||||
border: 1px solid $medium-dark-gray;
|
||||
color: $black-color;
|
||||
line-height: 1em;
|
||||
font-size: $font-size-base;
|
||||
@@ -233,7 +233,7 @@ textarea.form-control {
|
||||
padding: 10px 10px;
|
||||
resize: none;
|
||||
background-color: $transparent-bg;
|
||||
border: 1px solid $light-gray;
|
||||
border: 1px solid $medium-dark-gray;
|
||||
color: $black-color;
|
||||
line-height: 1em;
|
||||
font-size: $font-size-base;
|
||||
|
||||
Reference in New Issue
Block a user