Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sven Schneider
urbanVIS
Commits
10b21dcc
Commit
10b21dcc
authored
Oct 29, 2021
by
Sven Schneider
Browse files
minor design changes
parent
ab2ded61
Pipeline
#5256
passed with stages
in 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/HFT.html
View file @
10b21dcc
...
...
@@ -64,7 +64,7 @@
<strong><i class="fas fa-copy"></i> Menu</strong>
</h2> -->
<div
class=
"backdrop mainbackdrop"
id=
"DCMO"
style=
"display:show"
>
<h
3
>
Layer selection
</h
3
>
<h
2
>
Layer selection
</h
2
>
<table>
<tbody>
<tr>
...
...
public/css/index.css
View file @
10b21dcc
...
...
@@ -26,7 +26,7 @@ h1 {
h2
{
/* font-family: 0.75em 'Lato', sans-serif; */
font-weight
:
bold
;
color
:
wheat
;
color
:
rgb
(
8
,
228
,
118
)
;
}
h3
{
/* font: 1em 'Lato', sans-serif;
...
...
public/css/roundedButton.css
View file @
10b21dcc
...
...
@@ -21,7 +21,7 @@
left
:
0
;
right
:
0
;
bottom
:
0
;
background-color
:
#ccc
;
background-color
:
rgb
(
138
,
138
,
138
)
;
-webkit-transition
:
.4s
;
transition
:
.4s
;
}
...
...
@@ -39,11 +39,11 @@
}
input
:checked
+
.slider
{
background-color
:
#2196F3
;
background-color
:
rgb
(
8
,
228
,
118
)
;
}
input
:focus
+
.slider
{
box-shadow
:
0
0
1
px
#
2196F3
;
box-shadow
:
0
0
3
px
#
01111f
;
}
input
:checked
+
.slider
:before
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment