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
Small Technology Foundation web site
spikes
patronage
Commits
42722599
Verified
Commit
42722599
authored
Aug 04, 2019
by
Aral Balkan
Browse files
Style the buttons
parent
1970f8d5
Changes
2
Show whitespace changes
Inline
Side-by-side
.dynamic/client/patron.css
View file @
42722599
...
...
@@ -40,6 +40,13 @@ h1 {
color
:
#82073B
;
}
/* The colour overrides, above, also apparently override the :disabled pseudo-class */
#pause-button
:disabled
,
#cancel-button
:disabled
{
color
:
#ccc
;
background-color
:
#eee
;
}
input
[
type
=
'text'
]
{
font-size
:
20px
;
}
fund-us/css/index.css
View file @
42722599
...
...
@@ -259,36 +259,46 @@ input[name="donationAmount"] + label
}
}
input
[
type
=
'submit'
],
button
input
[
type
=
'text'
]
:disabled
{
cursor
:
not-allowed
;
}
button
{
display
:
block
;
font-size
:
16px
;
margin-top
:
4px
;
margin-bottom
:
10px
;
margin-right
:
0
;
text-align
:
center
;
margin-left
:
auto
;
margin-right
:
auto
;
padding-left
:
1em
;
padding-right
:
1em
;
height
:
50px
;
border
:
0
;
border-radius
:
5px
;
cursor
:
pointer
;
color
:
#004E48
;
background-color
:
#E3F9A8
;
width
:
100%
;
}
input
[
type
=
'submit'
]
:hover
,
button
:hover
button
:hover
{
background-color
:
#CBE89B
;
/* border: 2px solid #A4C776; */
}
input
[
type
=
'submit'
]
:disabled
,
button
:disabled
button
:disabled
{
color
:
#ccc
;
background-color
:
#eee
;
/* border: 2px solid #eee; */
cursor
:
not-allowed
;
}
@media
only
screen
and
(
min-width
:
380px
)
{
input
[
type
=
'submit'
],
button
{
button
{
font-size
:
20px
;
width
:
auto
;
}
}
...
...
Write
Preview
Markdown
is supported
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