removed gradient and border radius from tools and updated tools-button.png to reflect the rest of the tools changes
This commit is contained in:
parent
6bc3c66f78
commit
314b0e9dff
Binary file not shown.
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 1.4 KiB |
|
@ -25,7 +25,7 @@ $gray-dark-2: #444
|
||||||
$gray-dark-3: #666
|
$gray-dark-3: #666
|
||||||
$gray-medium-1: #999
|
$gray-medium-1: #999
|
||||||
$gray-medium-2: #aaa
|
$gray-medium-2: #aaa
|
||||||
$gray-medium-3: #ccc
|
$gray-medium-3: #c4cbcc
|
||||||
$gray-light-1: #ddd
|
$gray-light-1: #ddd
|
||||||
$gray-light-2: #efefef
|
$gray-light-2: #efefef
|
||||||
$gray-light-3: #f2f2eb
|
$gray-light-3: #f2f2eb
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
margin: 15px 60px 0 0
|
margin: 15px 60px 0 0
|
||||||
font-size: $font-size-huge
|
font-size: $font-size-huge
|
||||||
a
|
a
|
||||||
color: #939386
|
color: #50555b
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
a:hover
|
a:hover
|
||||||
color: #607a84
|
color: #607a84
|
||||||
|
|
|
@ -63,5 +63,5 @@
|
||||||
&:hover
|
&:hover
|
||||||
background: transparent url(/images/icons/github.png) center right no-repeat
|
background: transparent url(/images/icons/github.png) center right no-repeat
|
||||||
background-size: 12px
|
background-size: 12px
|
||||||
opacity: 0.65
|
opacity: 1
|
||||||
padding-right: 16px
|
padding-right: 16px
|
||||||
|
|
|
@ -63,12 +63,6 @@
|
||||||
|
|
||||||
li.icon
|
li.icon
|
||||||
a
|
a
|
||||||
-webkit-border-radius: .5em
|
|
||||||
-moz-border-radius: .5em
|
|
||||||
border-radius: .5em
|
|
||||||
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2)
|
|
||||||
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2)
|
|
||||||
box-shadow: 0 1px 2px rgba(0,0,0,0.2)
|
|
||||||
display: inline-block
|
display: inline-block
|
||||||
width: 25px
|
width: 25px
|
||||||
height: 20px
|
height: 20px
|
||||||
|
@ -76,11 +70,8 @@
|
||||||
top: -2px
|
top: -2px
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
color: #fef4e9
|
color: #fef4e9
|
||||||
border: solid 1px #afafaf
|
border: solid 1px #d6d6d6
|
||||||
background: #eee
|
background: #f4f4f4
|
||||||
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee))
|
|
||||||
background: -moz-linear-gradient(top, #fff, #eee)
|
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20')
|
|
||||||
text-align: center
|
text-align: center
|
||||||
margin-left: 5px
|
margin-left: 5px
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user