Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cvjmrlk-kcevent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CVJM Kreisverband Rhein-Lahn e.V.
cvjmrlk-kcevent
Commits
117e5d65
Verified
Commit
117e5d65
authored
6 months ago
by
Lukas Schreiner
Browse files
Options
Downloads
Patches
Plain Diff
Updated / Improve visual style for accessibility.
parent
6d893886
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
konficastle/static/css/cvjm.css
+1
-1
1 addition, 1 deletion
konficastle/static/css/cvjm.css
konficastle/static/css/style.css
+17
-15
17 additions, 15 deletions
konficastle/static/css/style.css
with
18 additions
and
16 deletions
konficastle/static/css/cvjm.css
+
1
−
1
View file @
117e5d65
...
...
@@ -78,7 +78,7 @@ p {
}
a
:not
(
.hidelink
)
{
color
:
#
298dff
;
color
:
#
116dd7
;
transition
:
all
0.5s
;
}
...
...
This diff is collapsed.
Click to expand it.
konficastle/static/css/style.css
+
17
−
15
View file @
117e5d65
...
...
@@ -9,10 +9,6 @@
}
}
.event-info
{
padding
:
0px
0em
32px
0em
;
}
.formgrid-container
{
display
:
grid
;
grid-template-columns
:
repeat
(
8
,
[
col
]
1
fr
);
...
...
@@ -142,9 +138,8 @@ input[type=checkbox] {
input
[
type
=
checkbox
]
:checked
{
background-color
:
#181818
;
border
:
#181818
;
border
:
1px
solid
#000000
;
outline
:
none
;
/*
outline: none;
*/
}
select
{
...
...
@@ -207,8 +202,14 @@ textarea {
}
textarea
:focus
,
input
:focus
,
select
:focus
{
border-bottom
:
1px
solid
#000000
;
outline
:
none
;
border-bottom
:
1px
solid
#000
;
outline
:
none
;
}
textarea
:focus
,
input
:focus
,
select
:focus
,
button
:focus
{
outline-style
:
dashed
;
/*outline-color: #e40138;*/
outline-color
:
#116dd7
;
outline-offset
:
3px
;
}
::-webkit-input-placeholder
{
/* Chrome/Opera/Safari */
...
...
@@ -243,18 +244,19 @@ label[class="form-check-label"] {
cursor
:
pointer
;
}
/*Basic style */
section
{
padding
:
0em
1em
2em
1em
;
}
@media
only
screen
and
(
max-width
:
1169px
)
{
/*Basic style */
section
{
padding
:
0em
1em
0
em
1em
;
}
section
{
padding
:
0em
1em
2
em
1em
;
}
/* Form */
.event-info
{
padding
:
0px
0em
32px
0em
;
}
.formgrid-container
{
display
:
grid
;
grid-template-columns
:
[
col
]
1
fr
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment