Browse
For agents
About
Plugin Groups
/
2.0.2
Plugin Groups
v2.0.2
Switch version
trunk
1.0.3
1.1.0
1.2.1
1.2.2
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.9
3.0.0
Overview
Code
plugin-groups
/
js
/
plugin-groups-navbar.css
plugin-groups-navbar.css
in Plugin Groups 2.0.2, at js/plugin-groups-navbar.css
2 lines
1.0 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
plugin-groups
.
nav-settings
{
cursor
:
pointer
;
padding
:
8
px
;
margin-bottom
:
20
px
;
margin-top
:
8
px
;
overflow
:
hidden
}
.
plugin-groups
.
nav-settings
label
{
font-weight
:
bolder
}
.
plugin-groups
.
nav-settings
.
selected
{
background-color
:
#
fff
;
border
:
1
px
solid
#
74a008
}
.
plugin-groups
.
nav-settings
select
{
margin-top
:
6
px
}
.
plugin-groups
.
subsubsub
{
float
:
none
}
.
plugin-groups
.
subsubsub
li
:
not
(
:
last-child
)
::
after
{
content
:
"
|
"
;
padding
:
0
3
px
}
.
plugin-groups
.
groups-modern
{
display
:
block
;
border
:
1
px
solid
#
d0d0d0
;
border-left-color
:
#
fff
;
border-right-color
:
#
fff
;
background-color
:
#
fff
;
margin
:
10
px
-20
px
;
padding
:
0
12
px
}
.
plugin-groups
.
groups-modern
li
{
display
:
inline-block
;
margin
:
0
}
.
plugin-groups
.
groups-modern
li
a
{
display
:
inline-block
;
padding
:
20
px
0
15
px
;
margin
:
0
10
px
;
color
:
#
646970
;
text-decoration
:
none
;
border-bottom
:
5
px
solid
transparent
}
.
plugin-groups
.
groups-modern
li
a
:
hover
{
color
:
#
135e96
;
border-bottom
:
5
px
solid
#
d0d0d0
}
.
plugin-groups
.
groups-modern
li
a
.
current
{
color
:
#
1d2327
;
border-bottom
:
5
px
solid
#
646970
}
.
plugin-groups
.
groups-modern
li
.
count
{
color
:
#
646970
}
2