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
Eugene Shen
todomvc
Commits
7954b287
Commit
7954b287
authored
Jan 19, 2012
by
Ed Chatelain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix checkbox css for IE9, and line-through when checked after an edit of the item
parent
973b3c70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
todo-example/dojo/css/todos.css
todo-example/dojo/css/todos.css
+11
-0
No files found.
todo-example/dojo/css/todos.css
View file @
7954b287
...
@@ -548,6 +548,12 @@ body {
...
@@ -548,6 +548,12 @@ body {
text-decoration
:
line-through
;
text-decoration
:
line-through
;
}
}
/* When checkbox is selected, score through todo item content after an edit */
.dijitCheckBoxChecked
+
.dijitInline
+
.todo-content
{
color
:
#666
;
text-decoration
:
line-through
;
}
/** Override Claro's CSS rule to style application like other examples */
/** Override Claro's CSS rule to style application like other examples */
.claro
.dijitInlineEditBoxDisplayModeHover
{
.claro
.dijitInlineEditBoxDisplayModeHover
{
background-color
:
white
;
background-color
:
white
;
...
@@ -558,6 +564,11 @@ body {
...
@@ -558,6 +564,11 @@ body {
background-image
:
none
;
background-image
:
none
;
}
}
/* Need to have the background-image on IE */
.dj_ie
.claro
.dijitCheckBox
,
.claro
.dijitCheckBoxIcon
{
background-image
:
url("form/images/checkboxRadioButtonStates.png")
;
}
.dijitCheckBoxInput
{
.dijitCheckBoxInput
{
opacity
:
1
;
opacity
:
1
;
}
}
...
...
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