Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4120839
ext.translate.groupselector.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
ext.translate.groupselector.less
View Options
@
import
'mediawiki.skin.variables.less'
;
@
import
'mediawiki.mixins.less'
;
/**
* Group selector
*/
.
tux-groupselector
{
position
:
absolute
;
top
:
14
px
;
right
:
0
;
z-index
:
900
;
margin-top
:
13
px
;
width
:
600
px
;
padding
:
0
;
border
:
@
border
-
base
;
background-color
:
#f0f0f0
;
border-radius
:
5
px
;
box-shadow
:
0
5
px
10
px
rgba
(
0
,
0
,
0
,
0.2
);
&.hide
{
display
:
none
;
}
}
/* The triangle shaped callout */
.
tux-groupselector
::
before
{
border-bottom
:
7
px
solid
@
border-color
-
base
;
border-left
:
7
px
solid
transparent
;
border-right
:
7
px
solid
transparent
;
content
:
''
;
display
:
inline-block
;
left
:
99
px
;
position
:
absolute
;
top
:
-7
px
;
}
.
tux-groupselector
::
after
{
border-bottom
:
6
px
solid
#f0f0f0
;
border-left
:
6
px
solid
transparent
;
border-right
:
6
px
solid
transparent
;
content
:
''
;
display
:
inline-block
;
left
:
100
px
;
position
:
absolute
;
top
:
-6
px
;
}
/* Remove the triangle shaped callout */
.
tux-groupselector
.
removecallout
::
before
,
.
tux-groupselector
.
removecallout
::
after
{
content
:
none
;
}
.
tux-groupselector__filter
{
padding-top
:
10
px
;
}
.
tux-groupselector__filter__search__input
{
font-size
:
14
px
;
width
:
100
%
;
height
:
28
px
;
border
:
@
border
-
subtle
;
padding
:
2
px
;
margin
:
0
;
}
.
tux-groupselector__filter__search__icon
{
background-image
:
url
(
../images/search.svg
);
background-repeat
:
no-repeat
;
background-position
:
right
center
;
background-size
:
25
px
;
height
:
28
px
;
}
/*
* Group tab
*/
.
tux-grouptab
{
color
:
@
color
-
base
;
line-height
:
30
px
;
height
:
30
px
;
cursor
:
pointer
;
padding
:
2
px
5
px
;
margin
:
0
4
px
;
display
:
inline-block
;
}
.
tux-grouptab--selected
{
border-bottom
:
2
px
solid
#0645ad
;
}
/*
* Group list
*/
.
tux-grouplist
{
max-height
:
400
px
;
overflow
:
hidden
auto
;
background-color
:
@
background-color
-
base
;
min-height
:
200
px
;
border-radius
:
0
0
5
px
5
px
;
}
.
tux-grouplist__item
{
position
:
relative
;
border-bottom
:
1
px
solid
#eee
;
height
:
50
px
;
cursor
:
pointer
;
&:hover
{
background-color
:
#f8f8f8
;
}
}
.
grid
.
tux-grouplist__item__label
{
padding-bottom
:
0
;
/* grid override */
padding-left
:
15
px
;
/* grid override */
line-height
:
32
px
;
cursor
:
pointer
;
white-space
:
nowrap
;
}
.
tux-grouplist__item__label
.
tux-statsbar
{
position
:
absolute
;
bottom
:
0
;
width
:
150
px
;
}
.
tux-grouplist__item__icon
{
background-image
:
url
(
../images/project.svg
);
background-repeat
:
no-repeat
;
background-position
:
right
center
;
/* Keep this in sync with js! */
background-size
:
32
px
;
height
:
50
px
;
}
.
grid
.
row
.
tux-grouplist__item__subgroups
{
color
:
#72777d
;
position
:
absolute
;
/* grid override */
padding
:
0
15
px
2
px
0
;
/* grid override */
line-height
:
1.25
em
;
bottom
:
0
;
right
:
0
;
text-align
:
right
;
font-size
:
10
pt
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 04:15 (5 d, 1 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9a/9c/79923d2518a8c808f5ce2d20154b
Default Alt Text
ext.translate.groupselector.less (2 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment