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
fb21945b
Commit
fb21945b
authored
Nov 21, 2011
by
Baptiste Jonglez
Browse files
[fix] less violent color for hovering on the list page
parent
f1260f98
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/css/style.css
View file @
fb21945b
...
...
@@ -624,15 +624,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
:
#ffdd55
;
}
#content
.zebra-striped
tbody
tr
:hover
td
a
,
.zebra-striped
tbody
tr
:hover
td
a
{
color
:
#114394
;
}
#content
.zebra-striped
tbody
tr
:hover
td
a
:hover
,
.zebra-striped
tbody
tr
:hover
td
a
:hover
{
border-bottom
:
none
;
background-color
:
rgba
(
255
,
240
,
0
,
0.4
);
;
}
#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