Normalize colors
This commit is contained in:
parent
d0604331bd
commit
2b655ed6c1
1 changed files with 5 additions and 5 deletions
|
|
@ -729,8 +729,8 @@ textarea:focus
|
||||||
.create-tab {
|
.create-tab {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 1px solid #DEDFE1;
|
border-bottom: 1px solid #DEDFE1;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 20px;
|
||||||
padding: 0 0 .58rem;
|
padding: 0 0 .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.create-tab a {
|
.create-tab a {
|
||||||
|
|
@ -744,14 +744,14 @@ textarea:focus
|
||||||
|
|
||||||
.create-tab a:hover,
|
.create-tab a:hover,
|
||||||
.create-tab a:focus {
|
.create-tab a:focus {
|
||||||
color: #206ae3;
|
color: #2C3E50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.create-tab a.selected,
|
.create-tab a.selected,
|
||||||
.create-tab a:active {
|
.create-tab a:active {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #4683E8;
|
color: #2C3E50;
|
||||||
border-bottom: 3px solid #4683E8;
|
border-bottom: 3px solid #2C3E50;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* removes 300ms in IE */
|
/* removes 300ms in IE */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue