Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4107953
CdxTable.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
CdxTable.css
View Options
.
cdx-table-pager
{
display
:
flex
;
align-items
:
center
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
gap
:
12
px
;
padding
:
12
px
}@
media
screen
and
(
min-width
:
640px
)
{.
cdx-table-pager
{
flex-wrap
:
nowrap
}}.
cdx-table-pager__start
.
cdx-select
,
.
cdx-table-pager__start
.
cdx-select-vue__handle
{
min-width
:
8
rem
}.
cdx-table-pager__center
{
color
:
var
(
--color-subtle
,
#54595d
);
flex
:
1
1
40
%
;
font-size
:
1
rem
;
text-align
:
center
}@
media
screen
and
(
min-width
:
640px
)
{.
cdx-table-pager__center
{
flex
:
0
1
auto
}}.
cdx-table-pager__end
{
display
:
flex
;
flex
:
1
0
100
%
;
justify-content
:
space-between
;
gap
:
4
px
}@
media
screen
and
(
min-width
:
640px
)
{.
cdx-table-pager__end
{
flex
:
0
1
auto
}}.
cdx-table
{
color
:
var
(
--color-base
,
#202122
);
border
:
1
px
solid
var
(
--border-color-base
,
#a2a9b1
);
border-radius
:
2
px
;
word-wrap
:
break-word
;
-webkit-
hyphens
:
auto
;
-ms-
hyphens
:
auto
;
hyphens
:
auto
}.
cdx-table__header
{
display
:
flex
;
align-items
:
center
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
gap
:
16
px
;
box-sizing
:
border-box
;
min-height
:
64
px
;
padding
:
16
px
12
px
}.
cdx-table__header__caption
{
color
:
var
(
--color-emphasized
,
#101418
);
font-size
:
1.125
rem
;
font-weight
:
700
;
line-height
:
1.25
}.
cdx-table__pagination--bottom
{
border-top
:
1
px
solid
var
(
--border-color-base
,
#a2a9b1
)}.
cdx-table__pagination-status--short
{
display
:
block
;
text-align
:
right
}@
media
screen
and
(
min-width
:
640px
)
{.
cdx-table__pagination-status--short
{
display
:
none
}}.
cdx-table__pagination-status--long
{
display
:
none
}@
media
screen
and
(
min-width
:
640px
)
{.
cdx-table__pagination-status--long
{
display
:
block
;
text-align
:
center
}}.
cdx-table__pending-indicator
{
position
:
absolute
}.
cdx-table__table-wrapper
{
position
:
relative
;
overflow-x
:
auto
}.
cdx-table__table
{
min-width
:
100
%
;
line-height
:
1.375
;
border-collapse
:
collapse
}.
cdx-table__table
caption
{
display
:
block
;
clip
:
rect
(
1
px
,
1
px
,
1
px
,
1
px
);
position
:
absolute
!important
;
width
:
1
px
;
height
:
1
px
;
margin
:
-1
px
;
border
:
0
;
padding
:
0
;
overflow
:
hidden
}.
cdx-table__table
th
,
.
cdx-table__table
td
{
padding
:
12
px
}.
cdx-table__table
th
{
color
:
var
(
--color-emphasized
,
#101418
);
text-align
:
left
}.
cdx-table__table
thead
th
{
border-bottom
:
1
px
solid
var
(
--border-color-base
,
#a2a9b1
);
vertical-align
:
bottom
}.
cdx-table__table
tfoot
td
,
.
cdx-table__table
tfoot
th
{
border-top
:
1
px
solid
var
(
--border-color-base
,
#a2a9b1
)}.
cdx-table__table
tbody
td
,
.
cdx-table__table
tbody
th
{
border-top
:
1
px
solid
var
(
--border-color-subtle
,
#c8ccd1
);
vertical-align
:
top
}.
cdx-table__table
tbody
tr
:
first-child
td
,
.
cdx-table__table
tbody
tr
:
first-child
th
{
border-top
:
0
}.
cdx-table__table__sort-button
{
background-color
:
var
(
--background-color-transparent
,
transparent
);
display
:
flex
;
align-items
:
flex-end
;
gap
:
8
px
;
width
:
100
%
;
border
:
0
;
padding
:
12
px
;
font-family
:
inherit
;
font-size
:
inherit
;
font-weight
:
700
;
line-height
:
1.4285714
;
text-align
:
left
;
text-decoration
:
none
;
transition-property
:
background-color
,
color
,
border-color
,
box-shadow
;
transition-duration
:
.1
s
}.
cdx-table__table__sort-button
:
hover
{
background-color
:
var
(
--background-color-interactive-subtle
,
#f8f9fa
);
border-color
:
var
(
--border-color-base
,
#a2a9b1
);
cursor
:
pointer
}.
cdx-table__table__sort-button
:
focus
{
outline
:
1
px
solid
transparent
}.
cdx-table__table__sort-button
:
active
{
background-color
:
var
(
--background-color-interactive
,
#eaecf0
);
border-color
:
var
(
--border-color-base
,
#a2a9b1
)}.
cdx-table__table__sort-button
:
focus
:
not
(
:
active
)
{
background-color
:
var
(
--background-color-base
,
#fff
);
box-shadow
:
inset
0
0
0
2
px
var
(
--box-shadow-color-progressive--focus
,
#36c
)}.
cdx-table__table__sort-icon
{
color
:
var
(
--color-subtle
,
#54595d
);
flex-shrink
:
0
;
height
:
1.4285714
em
}.
cdx-table__table
.
cdx-table__table__cell--align-center
{
text-align
:
center
}.
cdx-table__table
.
cdx-table__table__cell--align-end
{
text-align
:
right
}.
cdx-table__table
.
cdx-table__table__cell--align-end
.
cdx-table__table__sort-button
{
flex-direction
:
row-reverse
;
text-align
:
right
}.
cdx-table__table
.
cdx-table__table__cell--align-number
{
text-align
:
right
}.
cdx-table__table
.
cdx-table__table__cell--align-number
.
cdx-table__table__sort-button
{
flex-direction
:
row-reverse
;
text-align
:
right
}.
cdx-table__table
.
cdx-table__table__cell--has-sort
{
padding
:
0
}.
cdx-table__table__select-rows
{
width
:
1
px
}.
cdx-table__table__row--selected
{
background-color
:
var
(
--background-color-progressive-subtle
,
#f1f4fd
)}.
cdx-table__table--layout-fixed
{
table-layout
:
fixed
}.
cdx-table__table--borders-vertical
th
,
.
cdx-table__table--borders-vertical
td
{
border-right
:
1
px
solid
var
(
--border-color-subtle
,
#c8ccd1
)}.
cdx-table__table--borders-vertical
th
:
last-child
,
.
cdx-table__table--borders-vertical
td
:
last-child
{
border-right
:
0
}.
cdx-table__table--borders-vertical
thead
tr
:
not
(
:
first-child
)
th
{
border-top
:
1
px
solid
var
(
--border-color-base
,
#a2a9b1
)}.
cdx-table__header
+
.
cdx-table__table-wrapper
.
cdx-table__table--borders-vertical
thead
th
{
border-top
:
1
px
solid
var
(
--border-color-base
,
#a2a9b1
)}.
cdx-table__table__empty-state
{
border-top
:
1
px
solid
var
(
--border-color-base
,
#a2a9b1
)}.
cdx-table__table__empty-state-content
{
color
:
var
(
--color-subtle
,
#54595d
);
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
min-height
:
40
px
}.
cdx-table__footer
{
display
:
flex
;
align-items
:
center
;
gap
:
16
px
;
box-sizing
:
border-box
;
min-height
:
64
px
;
border-top
:
1
px
solid
var
(
--border-color-base
,
#a2a9b1
);
padding
:
12
px
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 20:16 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0d/29/d9a515a9bc280d0d22f12a43199f
Default Alt Text
CdxTable.css (4 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment