Remove outline on radio buttons

This commit is contained in:
2022-04-11 19:24:17 +02:00
parent a68f60aa92
commit f0ae781e4d
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,6 @@
4. Add a GPX file named <project_codename>.gpx to /geo/
## To Do List
* ECMA import/export
* Reset zoom on image closing (lightbox)
* Add mail frequency slider
* Use WMTS servers directly when not using Geo Caching Server
* Allow HEIF picture format

View File

@@ -376,6 +376,7 @@ $legend-color: $post-color;
input, textarea {
background-color: $post-input-bg;
color: $post-color;
outline: none;
}
button, a.button {
@@ -721,7 +722,7 @@ $legend-color: $post-color;
font-size: 0.8em;
margin: 0;
color: $subtitle-color;
cursor: pointer;
cursor: default;
transform: translateX(calc(-0.5 * (12px + 0.5em))); //icon width + margin right
span {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long