Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
squeekboard
Commits
af365024
Commit
af365024
authored
Mar 08, 2011
by
Daiki Ueno
Browse files
Update default theme.
parent
c742877b
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/themes/default.css
View file @
af365024
.keyboard
{
background-color
:
rgba
(
0
,
0
,
0
,
255
);
color
:
#ffffff
;
font-family
:
cantarell
,
sans-serif
;
}
.key
{
color
:
#ffffff
;
background-gradient-direction
:
vertical
;
background-gradient-start
:
#000000
;
background-gradient-end
:
#5555
55
;
background-gradient-start
:
rgba
(
0
,
0
,
0
,
255
)
;
background-gradient-end
:
rgba
(
64
,
64
,
64
,
2
55
)
;
border-width
:
2px
;
border-color
:
#777777
;
border-color
:
rgba
(
128
,
128
,
128
,
255
)
;
border-radius
:
3px
;
}
.key
:active
{
background-gradient-direction
:
vertical
;
background-gradient-start
:
#FF0000
;
background-gradient-end
:
#FF0000
;
background-gradient-start
:
rgba
(
0
,
0
,
255
,
255
);
background-gradient-end
:
rgba
(
64
,
64
,
255
,
255
);
border-color
:
rgba
(
160
,
160
,
255
,
255
);
}
.keyboard
{
background-color
:
#000000
;
color
:
#ffffff
;
}
\ No newline at end of file
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