Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3 years ago
by
Sven Schneider
Browse files
Options
Download
Email Patches
Plain Diff
minor design changes
parent
ab2ded61
Pipeline
#5256
passed with stages
in 28 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/HFT.html
+1
-1
public/HFT.html
public/css/index.css
+1
-1
public/css/index.css
public/css/roundedButton.css
+3
-3
public/css/roundedButton.css
with
5 additions
and
5 deletions
+5
-5
public/HFT.html
+
1
-
1
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>
...
...
This diff is collapsed.
Click to expand it.
public/css/index.css
+
1
-
1
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;
...
...
This diff is collapsed.
Click to expand it.
public/css/roundedButton.css
+
3
-
3
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
{
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets