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
La Quadrature du Net
Respect My Net
Commits
033891fb
Commit
033891fb
authored
Jan 13, 2012
by
Baptiste Jonglez
Browse files
[fix] Use a lighter color for the hover on the /list table
parent
001cf37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/css/style.css
View file @
033891fb
...
...
@@ -629,7 +629,7 @@ input[type=submit]:hover, input[type=button]:hover, .button:hover {
}
#content
.zebra-striped
tbody
tr
:hover
td
,
.zebra-striped
tbody
tr
:hover
td
{
background-color
:
rgba
(
255
,
240
,
0
,
0.
4
);
;
background-color
:
rgba
(
255
,
240
,
0
,
0.
3
);
;
}
#content
.zebra-striped
.header
{
cursor
:
pointer
;
...
...
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