Skip to content

Commit

Permalink
add an interesting color to new flashed options
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielecirulli committed Jul 28, 2013
1 parent a35158e commit f703b8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hn_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
.hnspecial-settings-menu-inner p strong{color:#45423e !important;font-weight:500 !important}
.hnspecial-settings-menu-inner p a{color:#f19539 !important;font-weight:400 !important;letter-spacing:0 !important}
.hnspecial-settings-menu-inner .hnspecial-settings-block{margin-bottom:7px;-webkit-user-select:none;}
.hnspecial-settings-menu-inner .hnspecial-settings-block.hnspecial-settings-flash{position:relative;-webkit-animation:flash 200ms ease;-webkit-animation-delay:2s;-webkit-animation-iteration-count:4}
.hnspecial-settings-menu-inner .hnspecial-settings-block.hnspecial-settings-flash{position:relative;-webkit-animation:flash 200ms ease;-webkit-animation-delay:2s;-webkit-animation-iteration-count:4;}
.hnspecial-settings-menu-inner .hnspecial-settings-block.hnspecial-settings-flash label{color:#ff8e1d}
.hnspecial-settings-menu-inner .hnspecial-settings-block:after{content:'';display:block;clear:both}
.hnspecial-settings-menu-inner .hnspecial-settings-block label{display:block;float:left;width:88%;font-weight:200;color:#6f6963;cursor:pointer}
.hnspecial-settings-menu-inner .hnspecial-settings-block .hnspecial-settings-checkbox-container{display:block;float:right;width:12%;position:relative;}
Expand Down
3 changes: 3 additions & 0 deletions hn_theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ menu-color = #8a837c
-webkit-animation-delay 2s
-webkit-animation-iteration-count 4

label
color darken(#ff9e3c, 10%)

&:after
content ''
display block
Expand Down

0 comments on commit f703b8c

Please sign in to comment.