Remove outline on radio buttons
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user