Browse
For agents
About
TablePress – Tables in WordPress made easy
/
3.0
TablePress – Tables in WordPress made easy
v3.0
Switch version
3.3.4
3.3.3
3.3.2
3.3.1
trunk
1.12
1.14
1.9.2
2.0.4
2.1.7
2.1.8
2.2
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.3
2.3.1
2.3.2
2.4
2.4.1
2.4.2
2.4.3
2.4.4
All 44 releases
Overview
Code
tablepress
/
admin
/
css
/
build
/
import.css
import.css
in TablePress – Tables in WordPress made easy 3.0, at admin/css/build/import.css
2 lines
1.5 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
#
tablepress-page
form
.
postbox
:
not
(
.
no-validation-highlighting
)
:
invalid
{
border-color
:
#
d63638
!important
;
box-shadow
:
0
0
0
1
px
#
d63638
}
#
tablepress_import-import-form
.
components-radio-control
>
div
>
.
components-v-stack
,
#
tablepress_import-import-form
.
components-radio-control__group-wrapper
{
flex-direction
:
row
;
gap
:
20
px
;
justify-content
:
flex-start
}
#
tablepress_import-import-form
.
components-disabled
.
components-combobox-control
{
opacity
:
.7
}
.
file-upload-area
{
margin-bottom
:
-8
px
;
position
:
relative
;
width
:
100
%
}
.
file-upload-area
.
dropzone
{
align-items
:
center
;
background-color
:
#
f5f5f5
;
border
:
2
px
dashed
#
ddd
;
border-radius
:
2
px
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
font-size
:
18
px
;
justify-content
:
center
;
margin-bottom
:
10
px
;
min-height
:
180
px
;
padding
:
20
px
;
text-align
:
center
;
transition
:
background-color
.3
s
ease-in-out
;
width
:
100
%
}
.
file-upload-area
.
dropzone
span
~
span
{
font-style
:
italic
}
.
file-upload-area
:
hover
.
dropzone
{
background
:
#
fff
;
border
:
2
px
dashed
#
ccc
}
.
file-upload-area
#
tables-import-file-upload
{
border
:
1
px
solid
#
0000
;
border-radius
:
2
px
;
bottom
:
0
;
cursor
:
pointer
;
height
:
100
%
;
left
:
0
;
opacity
:
0
;
position
:
absolute
;
right
:
0
;
top
:
0
;
width
:
100
%
}
.
file-upload-area
#
tables-import-file-upload
+
.
dropzone
.
dragover
,
.
file-upload-area
#
tables-import-file-upload
:
valid
+
.
dropzone
{
background-color
:
#
00ff001a
;
border-color
:
#
0f06
}
.
file-upload-area
#
tables-import-file-upload
:
focus
+
.
dropzone
{
border-color
:
var
(
--wp-admin-theme-color
)
;
outline
:
2
px
solid
#
0000
}
.
postbox
:
not
(
.
no-validation-highlighting
)
.
file-upload-area
#
tables-import-file-upload
:
invalid
+
.
dropzone
{
border-color
:
#
d63638
}
2