Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13983 from pivanov/bug-939226
Browse files Browse the repository at this point in the history
Bug 939226 - [Action Icons - Clock] Remove shadows from action icons
  • Loading branch information
Pavel Ivanov committed Nov 26, 2013
2 parents 093c740 + 5f2da09 commit 4295f8c
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions apps/clock/style/alarm.css
Expand Up @@ -11,15 +11,17 @@ ul, ol {

#alarm-new {
position: absolute;
background: url(images/add_alarm.png) no-repeat center / 3.2rem;
background-size: 100% auto;
height: 2.5rem;
width: 3.2rem;
border: none;
top: 0;
right: 0;

width: 3rem;
height: 3rem;
border: none;
margin-top: 2.1rem;
margin-right: 1.5rem;

background: url(images/add_alarm.png) no-repeat center / 3rem;
background-size: 100% auto;
}

#alarm-edit-panel {
Expand Down
Binary file modified apps/clock/style/images/add_alarm.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/clock/style/images/add_alarm@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/clock/style/images/add_alarm@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/clock/style/images/alarm_off.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/clock/style/images/alarm_off@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/clock/style/images/alarm_off@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/clock/style/images/alarm_on.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/clock/style/images/alarm_on@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4295f8c

Please sign in to comment.