Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
d9aa4241
Commit
d9aa4241
authored
Dec 15, 2020
by
Dominik Hebeler
Browse files
Fixed cursor on labels
parent
3372ca7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/donation.less
View file @
d9aa4241
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
width:4em;
width:4em;
border: 2px solid #a6a6a6;
border: 2px solid #a6a6a6;
border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
}
.frequency-radio {
.frequency-radio {
display:none;
display:none;
...
@@ -66,6 +66,7 @@
...
@@ -66,6 +66,7 @@
border: 2px solid #a6a6a6;
border: 2px solid #a6a6a6;
width: 150px;
width: 150px;
border-radius: 6px;
border-radius: 6px;
cursor: pointer;
}
}
.payment-label {
.payment-label {
display: inline-block;
display: inline-block;
...
@@ -104,6 +105,7 @@
...
@@ -104,6 +105,7 @@
font-weight: normal;
font-weight: normal;
border: 2px solid #a6a6a6;
border: 2px solid #a6a6a6;
border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
}
#amount-custom {
#amount-custom {
display: none;
display: none;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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