Skip to content

Commit

Permalink
No box-shadow in .bubble class
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jan 17, 2012
1 parent eee632f commit 88e9c3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/stylesheets/css/Lungo.theme.default.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ input[type="checkbox"]:checked + span, input[type="radio"]:checked + span {
background-clip: padding-box;
text-shadow: none;
font-weight: bold !important;
box-shadow: inset 0px 0px 1px #000000;
}
header .bubble.count {
background: #2c2c2d;
Expand Down
1 change: 0 additions & 1 deletion src/stylesheets/less/Lungo.theme.default.less
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ input[type="checkbox"] + span, input[type="radio"] + span {
.border-radius(2px);
text-shadow: none;
font-weight: bold !important;
box-shadow: inset 0px 0px 1px rgba(0,0,0,01);
}
header .bubble.count {background: @theme-secondary;}
.bubble.count { background: @theme; }
Expand Down

0 comments on commit 88e9c3f

Please sign in to comment.