From 314b0e9dff39584a6c31109763639b06106927b0 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Tue, 1 Oct 2013 16:02:03 -0400 Subject: [PATCH] removed gradient and border radius from tools and updated tools-button.png to reflect the rest of the tools changes --- assets/images/ui/tools-button.png | Bin 604 -> 1481 bytes assets/styles/_mixins/colors.sass | 2 +- assets/styles/main.sass | 2 +- assets/styles/main/repository.sass | 2 +- assets/styles/main/tools.sass | 13 ++----------- 5 files changed, 5 insertions(+), 14 deletions(-) diff --git a/assets/images/ui/tools-button.png b/assets/images/ui/tools-button.png index 8acc71956abf77e1daedd17291a8bb6bb9916aed..4358df830b640928e040056e1ae42b5e360eb85a 100644 GIT binary patch literal 1481 zcmeAS@N?(olHy`uVBq!ia0vp^>Od^Y!3HFc3Vxpqq$EpRBT9nv(@M${i&7aJQ}UBi z6+Ckj(^G>|6H_V+Po~;1FfglRhD4M^`1)8S=jZArg4F0$^BXQ!4Z zB&DWj=GiK}-@RW+Av48RDcsc8z_-9TH6zobswg$M$}c3jDm&RSMakYy!KT6rXh3di zNuokUZcbjYRfVk**jy_h8zii+qySb@l5ML5aa4qFfP!;=QL2Kep0RGSfuW&-nVFuU ziK&^Hp^k!)fuWJU0T7w#8k$&{npqi{D?ot~(6*wKG^-#NH>h1eo~=?wNlAf~zJ7Um zxn8-kUVc%!zM-Y1CCCgTBVC{h-Qvo;lEez#ykcdT2`;I{$wiq3C7Jno3Lp~`lk!VT zY?Xj6g?J&i0B&qvF*KNf0j6J(SfFpHX8`gNOrftYexnUy@&(kzb(T9Bihb;hUJ8nFkWk z1ncniwerj>E=kNwPW5!LRRWr!mzkMjWo%(+YHnukVr1lMW@zYY>}cxf|)|-0n_V}pIn-onpXnTn}X2mic>ErG2|8iZFWg5$}CGwaVyHtRRDY1DigO`oN$^4 z)tiFbEzUUg>H{644~kl(sD=pv(+`LVPq;u1Jn5(A0n>XCFkySG+waG~z+~;|;uunK z>rMFi)0vJEbtn7(oH#F}}t&+L$x ze}4Mm*AJyd<0SsG?L7Rj;r-Jh$s9B3eXqX$a((B0g16ndU}wyQyzLVM6L-cu%HDj_ zVev(V{^QJ-Uw(P{L?d7Qj#kIX6sAT82Din67haYmY`(c6LZ`q_N9=Hp*^2?lolVJ06xR!s$Oe(D6Y_*Km0soz%TH}5HJi_tqCl(+ph|L@BgCI!3i-q`;6=bR&!GJGjU zGglvxn>6)gN>kYCqblcCgsol@yZS1JVXIT)??sC$`IiQ9?u_C4{mDJ4YVW`Et3(-V zotzd5RGQ87sW=+7R_tTM!T^T3e&xlR>h|+r%n+G$@=0ux$F<#0*qRxC{H=>v8)nWf z%+(s8Bj%_gboWhr*Rxx%{#{$nax&Fyc473=pvHp<3YH?%y_W9C-5S-Iv;6~y;iK#B zY~D+QZW!Cm=l{Lt^2-Nv?&ck5@m?y_ayW58(8~F{o%gtJzNu2Z>hME`#TS2sf4kal w^F6fUMDhRg#qy#oR;w2)f7JfxTqB;q(Bt*hSL30JBdBooboFyt=akR{00XZzKL7v# delta 590 zcmV-U0d8Gi!+008pO2cZA}0Kia8R7LUe@%sAu^Yioe_V%>2v~+ZIjg5`y z=;&>2ZSC#tW@cvR=;zwn+LDrz;Nal={QTtP+9>|lq(=jNrQrCM5A<>uv(kC3datkTlb#l^+V&CR*FxrvF1 zVq#+V`1ber_~_{8?Ck66vCeM*00CD?L_t(2&xMlfa)K}rMi)_t+!PCh6cL3Af{6Ef zTi^e!x*<-Taeo{+J4trGJwF4oVNCk(nHYu){ew4X!aMXKlLmS3J^4V&!0ipO9U>xp z+4Wp-CC(=zIh&0mx<_{J(DP)E16m5#E2J9mNo0=>JzuV?Lo|~RQzIQ&mi^~KujSVT zWv8Zu#e&a^`w@j6)Xai*u?AQd?O;|1t@{z6M+07j6n`ZT%7TypXH5`@Ek$ocd5sb7 z@wbcft=4W-Y)9xZ#zu?*RF{O(v;OG!@icAFrl;c+a{K(z c#M#dO0OM3Wy$v2xIsgCw07*qoM6N<$f)%q-XaE2J diff --git a/assets/styles/_mixins/colors.sass b/assets/styles/_mixins/colors.sass index 2633b06f..39287d3e 100644 --- a/assets/styles/_mixins/colors.sass +++ b/assets/styles/_mixins/colors.sass @@ -25,7 +25,7 @@ $gray-dark-2: #444 $gray-dark-3: #666 $gray-medium-1: #999 $gray-medium-2: #aaa -$gray-medium-3: #ccc +$gray-medium-3: #c4cbcc $gray-light-1: #ddd $gray-light-2: #efefef $gray-light-3: #f2f2eb diff --git a/assets/styles/main.sass b/assets/styles/main.sass index 574464e7..76064b22 100644 --- a/assets/styles/main.sass +++ b/assets/styles/main.sass @@ -5,7 +5,7 @@ margin: 15px 60px 0 0 font-size: $font-size-huge a - color: #939386 + color: #50555b text-decoration: none a:hover color: #607a84 diff --git a/assets/styles/main/repository.sass b/assets/styles/main/repository.sass index f90e7d7b..bf954620 100644 --- a/assets/styles/main/repository.sass +++ b/assets/styles/main/repository.sass @@ -63,5 +63,5 @@ &:hover background: transparent url(/images/icons/github.png) center right no-repeat background-size: 12px - opacity: 0.65 + opacity: 1 padding-right: 16px diff --git a/assets/styles/main/tools.sass b/assets/styles/main/tools.sass index 444d67c6..b3efcac2 100644 --- a/assets/styles/main/tools.sass +++ b/assets/styles/main/tools.sass @@ -63,12 +63,6 @@ li.icon 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 width: 25px height: 20px @@ -76,11 +70,8 @@ top: -2px cursor: pointer color: #fef4e9 - border: solid 1px #afafaf - background: #eee - 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') + border: solid 1px #d6d6d6 + background: #f4f4f4 text-align: center margin-left: 5px