File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 6666 pointer-events : none;
6767}
6868
69-
70-
7169# startMessage {
7270 position : fixed;
7371 bottom : 10% ;
7775 animation : pulse 1.2s infinite alternate;
7876 transition : opacity 0.6s ease;
7977 user-select : none;
80-
8178}
8279
8380# settingsForm {
@@ -166,8 +163,6 @@ body {
166163 display : inline-block;
167164 }
168165 }
169-
170-
171166}
172167
173168# settingsModal ::backdrop {
@@ -183,7 +178,6 @@ body {
183178}
184179
185180
186-
187181/* Animation de pulsation */
188182@keyframes pulse {
189183 0% {transform : translate (-50% , -50% ) scale (1 );}
@@ -210,7 +204,6 @@ body {
210204 z-index : 10 ;
211205}
212206
213-
214207.btn {
215208 border : none;
216209 background-color : inherit;
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ <h3>Settings</h3>
6666 </ div >
6767 </ form >
6868 < div class ="buttons ">
69- < button id ="resetBtn " class ="action " onclick =" resetDefaultSettings() " > Restore defaults</ button >
70- < button id ="submitBtn " class ="action " onclick =" submitSettings() " > Apply</ button >
69+ < button id ="resetBtn " class ="action "> Restore defaults</ button >
70+ < button id ="submitBtn " class ="action "> Apply</ button >
7171 < div id = 'github '>
7272 < a href ="https://github.com/zenika-open-source/clepsydre " title ="contribute to the project on Github ">
7373 Contribute on Github < img src ="img/github-mark-white.svg " alt ="Github logo " />
You can’t perform that action at this time.
0 commit comments