Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
d98e64bd
Commit
d98e64bd
authored
Feb 24, 2014
by
campaign
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
by zhanyi
parent
d052d531
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
77 additions
and
0 deletions
+77
-0
dropmenu.css
themes/default/_css/dropmenu.css
+77
-0
No files found.
themes/default/_css/dropmenu.css
0 → 100644
View file @
d98e64bd
.kmui-dropdown-menu
{
position
:
absolute
;
top
:
100%
;
left
:
0
;
z-index
:
1000
;
display
:
none
;
float
:
left
;
min-width
:
160px
;
padding
:
5px
;
margin
:
2px
0
0
;
font-size
:
14px
;
list-style
:
none
;
background-color
:
#ffffff
;
border
:
1px
solid
#cccccc
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
border-radius
:
4px
;
-webkit-box-shadow
:
0
6px
12px
rgba
(
0
,
0
,
0
,
0.175
);
box-shadow
:
0
6px
12px
rgba
(
0
,
0
,
0
,
0.175
);
background-clip
:
padding-box
;
}
.kmui-dropdown-menu.pull-right
{
right
:
0
;
left
:
auto
;
}
.kmui-dropdown-menu
.divider
{
height
:
1px
;
margin
:
9px
0
;
overflow
:
hidden
;
background-color
:
#e5e5e5
;
}
.kmui-dropdown-menu
>
li
>
a
{
display
:
block
;
padding
:
3px
20px
;
clear
:
both
;
font-weight
:
normal
;
line-height
:
1.428571429
;
color
:
#333333
;
white-space
:
nowrap
;
text-decoration
:
none
;
}
.kmui-dropdown-menu
>
li
>
a
:hover
,
.kmui-dropdown-menu
>
li
>
a
:focus
{
color
:
#262626
;
background-color
:
#d5e1f2
;
}
.kmui-dropdown-menu
>
.active
>
a
,
.kmui-dropdown-menu
>
.active
>
a
:hover
,
.kmui-dropdown-menu
>
.active
>
a
:focus
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#428bca
;
outline
:
0
;
}
.kmui-dropdown-menu
>
.disabled
>
a
,
.kmui-dropdown-menu
>
.disabled
>
a
:hover
,
.kmui-dropdown-menu
>
.disabled
>
a
:focus
{
color
:
#999999
;
}
.kmui-dropdown-menu
>
.disabled
>
a
:hover
,
.kmui-dropdown-menu
>
.disabled
>
a
:focus
{
text-decoration
:
none
;
cursor
:
not-allowed
;
background-color
:
transparent
;
background-image
:
none
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
}
.kmui-dropdown-menu
>
li
>
a
:active
,
.kmui-dropdown-menu
>
li
>
a
:hover
{
outline
:
0
;
}
\ No newline at end of file
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