Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
f327298f
Commit
f327298f
authored
13 years ago
by
Felix Schäfer
Committed by
Felix Schäfer
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing submenu hint on issue context menu #882
Contributed by Andrew Smith
parent
e678612d
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/stylesheets/context_menu.css
+12
-1
12 additions, 1 deletion
public/stylesheets/context_menu.css
with
12 additions
and
1 deletion
public/stylesheets/context_menu.css
+
12
−
1
View file @
f327298f
...
...
@@ -39,7 +39,6 @@
}
#context-menu
li
>
a
{
width
:
auto
;
}
/* others */
#context-menu
a
.disabled
,
#context-menu
a
.disabled
:hover
{
color
:
#ccc
;}
#context-menu
li
a
.submenu
{
background
:
url("../images/bullet_arrow_right.png")
right
no-repeat
;
}
#context-menu
li
:hover
{
border
:
1px
solid
gray
;
background-color
:
#eee
;
}
#context-menu
a
:hover
{
color
:
#2A5685
;}
#context-menu
li
.folder
:hover
{
z-index
:
40
;
}
...
...
@@ -49,3 +48,15 @@
/* selected element */
.context-menu-selection
{
background-color
:
#507AAA
!important
;
color
:
#000
!important
;
}
.context-menu-selection
:hover
{
background-color
:
#507AAA
!important
;
color
:
#000
!important
;
}
#context-menu
.submenu
{
border
:
transparent
solid
5px
;
border-left-color
:
#6A0406
;
position
:
absolute
;
top
:
5px
;
right
:
3px
;
}
#context-menu
.folder
:hover
.submenu
{
border-left-color
:
#2A5685
;
}
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment