You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
545 B
30 lines
545 B
/* statusbar.css */
|
|
/* Statusbar wrapper */
|
|
.elfinder .elfinder-statusbar {
|
|
/* */
|
|
}
|
|
|
|
/* File size */
|
|
.elfinder .elfinder-statusbar .elfinder-stat-size {
|
|
/* */
|
|
}
|
|
|
|
/* Current path (breadcrumb trail) */
|
|
.elfinder .elfinder-statusbar .elfinder-path {
|
|
/* */
|
|
}
|
|
|
|
/* Breadcrumb in current path */
|
|
.elfinder .elfinder-statusbar .elfinder-path a {
|
|
/* */
|
|
}
|
|
|
|
/* Name of selected file(s) */
|
|
.elfinder .elfinder-statusbar .elfinder-stat-selected {
|
|
/* */
|
|
}
|
|
|
|
/* Size of current file(s) */
|
|
.elfinder .elfinder-statusbar .elfinder-stat-size {
|
|
/* */
|
|
}
|