OLD | NEW |
1 body { | 1 body { |
2 font-size: 100%; | 2 font-size: 100%; |
3 -webkit-user-select: none; | 3 -webkit-user-select: none; |
4 } | 4 } |
5 | 5 |
6 #settings-title { | 6 #settings-title { |
7 -webkit-padding-end: 24px; | 7 -webkit-padding-end: 24px; |
8 padding-top: 1em; | 8 padding-top: 1em; |
9 padding-bottom: 1em; | 9 padding-bottom: 1em; |
10 text-align: end; | 10 text-align: end; |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 margin-top: 0; | 205 margin-top: 0; |
206 } | 206 } |
207 | 207 |
208 .link-button { | 208 .link-button { |
209 background-color: transparent; | 209 background-color: transparent; |
210 border: none; | 210 border: none; |
211 color: blue; | 211 color: blue; |
212 cursor: pointer; | 212 cursor: pointer; |
213 text-decoration: underline; | 213 text-decoration: underline; |
214 } | 214 } |
| 215 |
| 216 .text-button { |
| 217 background-color: transparent; |
| 218 border-color: transparent; |
| 219 } |
OLD | NEW |