Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sven Franck
todomvc
Commits
c8803e4c
Commit
c8803e4c
authored
Aug 24, 2015
by
TasteBot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the build files for gh-pages [ci skip]
parent
c1cffa5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
39 deletions
+37
-39
examples/gwt/css/app.css
examples/gwt/css/app.css
+37
-39
No files found.
examples/gwt/css/app.css
View file @
c8803e4c
...
...
@@ -12,7 +12,7 @@
specific style. */
#filters
li
div
.selected
a
{
font-weight
:
bold
;
font-weight
:
bold
;
}
/* The GWT TodoMVC uses a CellList - a framework widget for rendering a list of cells - to
...
...
@@ -24,7 +24,7 @@
#todo-list
.listItem
{
position
:
relative
;
font-size
:
24px
;
border-bottom
:
1px
dotted
#ccc
;
border-bottom
:
1px
solid
#ededed
;
}
#todo-list
div
:last-child
.listItem
{
...
...
@@ -49,74 +49,62 @@
#todo-list
.listItem
.toggle
{
text-align
:
center
;
width
:
35px
;
width
:
40px
;
/* auto, since non-WebKit browsers doesn't support input styling */
height
:
auto
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
margin
:
auto
0
;
border
:
none
;
/* Mobile Safari */
-webkit-appearance
:
none
;
/*-moz-appearance: none;*/
-ms-appearance
:
none
;
-o-appearance
:
none
;
appearance
:
none
;
}
#todo-list
.listItem
.toggle
:after
{
font-size
:
18px
;
content
:
'✔'
;
line-height
:
40px
;
font-size
:
20px
;
color
:
#d9d9d9
;
text-shadow
:
0
-1px
0
#bfbfbf
;
content
:
url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="-10 -18 100 135"><circle cx="50" cy="50" r="50" fill="none" stroke="#ededed" stroke-width="3"/></svg>')
;
}
#todo-list
.listItem
.toggle
:checked:after
{
color
:
#85ada7
;
text-shadow
:
0
1px
0
#669991
;
bottom
:
1px
;
position
:
relative
;
content
:
url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="-10 -18 100 135"><circle cx="50" cy="50" r="50" fill="none" stroke="#bddad5" stroke-width="3"/><path fill="#5dc2af" d="M72 25L42 71 27 56l-4 4 20 20 34-52z"/></svg>')
;
}
#todo-list
.listItem
label
{
white-space
:
pre
;
word-break
:
break-word
;
margin
:
20px
15px
;
display
:
inline-block
;
-webkit-transition
:
color
0.4s
;
-moz-transition
:
color
0.4s
;
-ms-transition
:
color
0.4s
;
-o-transition
:
color
0.4s
;
padding
:
15px
60px
15px
15px
;
margin-left
:
45px
;
display
:
block
;
line-height
:
1.2
;
transition
:
color
0.4s
;
}
#todo-list
.listItem.completed
label
{
color
:
#
a9a9a
9
;
color
:
#
d9d9d
9
;
text-decoration
:
line-through
;
}
#todo-list
.listItem
.destroy
{
display
:
none
;
position
:
absolute
;
top
:
10px
;
top
:
0
;
right
:
10px
;
bottom
:
0
;
width
:
40px
;
height
:
40px
;
font-size
:
22px
;
color
:
#a88a8a
;
-webkit-transition
:
all
0.2s
;
-moz-transition
:
all
0.2s
;
-ms-transition
:
all
0.2s
;
-o-transition
:
all
0.2s
;
transition
:
all
0.2s
;
margin
:
auto
0
;
font-size
:
30px
;
color
:
#cc9a9a
;
margin-bottom
:
11px
;
transition
:
color
0.2s
ease-out
;
}
#todo-list
.listItem
.destroy
:hover
{
text-shadow
:
0
0
1px
#000
,
0
0
10px
rgba
(
199
,
107
,
107
,
0.8
);
-webkit-transform
:
scale
(
1.3
);
-moz-transform
:
scale
(
1.3
);
-ms-transform
:
scale
(
1.3
);
-o-transform
:
scale
(
1.3
);
transform
:
scale
(
1.3
);
color
:
#af5b5e
;
}
#todo-list
.listItem
.destroy
:after
{
content
:
'
✖
'
;
content
:
'
×
'
;
}
#todo-list
.listItem
:hover
.destroy
{
...
...
@@ -130,3 +118,13 @@
#todo-list
div
:last-child
.listItem.editing
{
margin-bottom
:
-1px
;
}
@media
screen
and
(
-webkit-min-device-pixel-ratio
:
0
)
{
.todo-list
.listItem
.toggle
{
background
:
none
;
}
#todo-list
.listItem
.toggle
{
height
:
40px
;
}
}
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