source: other-projects/nz-flag-design/trunk/render-3d/CSS/button.css@ 29721

Last change on this file since 29721 was 29634, checked in by bmt11, 9 years ago

All weather is now functioning including switching back to fine weather. Weather is now also affected by wind force

File size: 562 bytes
Line 
1.myButton {
2 background-color:#33bdef;
3 -moz-border-radius:42px;
4 -webkit-border-radius:42px;
5 border-radius:100%;
6 border:1vh solid #7F90B9;
7 display: block;
8 cursor:pointer;
9 color:#ffffff;
10 padding:calc(88vh/6);
11 float: right;
12 margin: 1vh;
13 margin-right: 5%;
14 background-size: cover;
15}
16.myButton:hover {
17 -moz-box-shadow:inset 0px 1px 14px 11px #f0f7fa;
18 -webkit-box-shadow:inset 0px 1px 14px 11px #f0f7fa;
19 box-shadow:inset 0px 1px 14px 11px #f0f7fa;
20 background-color:#019ad2;
21}
22.myButton:active {
23 position:relative;
24 top:1px;
25}
Note: See TracBrowser for help on using the repository browser.