diff --git a/public/themes/bootstrap/img/arrow_rtl.png b/public/themes/bootstrap/img/arrow_rtl.png deleted file mode 100644 index d035b9d9ba..0000000000 Binary files a/public/themes/bootstrap/img/arrow_rtl.png and /dev/null differ diff --git a/public/themes/bootstrap/img/dark/select-all-arrow.svg b/public/themes/bootstrap/img/dark/select-all-arrow.svg new file mode 100644 index 0000000000..95ff9c425a --- /dev/null +++ b/public/themes/bootstrap/img/dark/select-all-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/select-all-arrow.svg b/public/themes/bootstrap/img/select-all-arrow.svg new file mode 100644 index 0000000000..bd3fa07057 --- /dev/null +++ b/public/themes/bootstrap/img/select-all-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/scss/_common.scss b/public/themes/bootstrap/scss/_common.scss index b68b15e007..0a5bd64c8f 100644 --- a/public/themes/bootstrap/scss/_common.scss +++ b/public/themes/bootstrap/scss/_common.scss @@ -153,11 +153,6 @@ td .icon { margin: 0; } -.selectallarrow { - margin-right: 0.3em; - margin-left: 0.6em; -} - .with-selected { margin-left: 2em; } diff --git a/public/themes/bootstrap/scss/_icons.scss b/public/themes/bootstrap/scss/_icons.scss index ac18d57616..4e87129847 100644 --- a/public/themes/bootstrap/scss/_icons.scss +++ b/public/themes/bootstrap/scss/_icons.scss @@ -4,6 +4,7 @@ padding: 0 !important; width: 16px; height: 16px; + background-repeat: no-repeat; } .icon_fulltext { @@ -11,6 +12,17 @@ height: 19px; } +.ic_select_all_arrow { + width: 38px; + height: 22px; + margin-right: 1rem; + background-image: url('../img/select-all-arrow.svg'); + + &[dir=rtl] { + transform: scaleX(-1); + } +} + .ic_asc_order { background-image: url('../img/asc_order.png'); } @@ -682,6 +694,10 @@ } @include color-mode(dark) { + .ic_select_all_arrow { + background-image: url('../img/dark/select-all-arrow.svg'); + } + .ic_asc_order { background-image: url('../img/asc_order.png'); } diff --git a/public/themes/metro/img/arrow_rtl.png b/public/themes/metro/img/arrow_rtl.png deleted file mode 100644 index 5005524788..0000000000 Binary files a/public/themes/metro/img/arrow_rtl.png and /dev/null differ diff --git a/public/themes/metro/img/arrow_ltr.png b/public/themes/metro/img/select-all-arrow.png similarity index 100% rename from public/themes/metro/img/arrow_ltr.png rename to public/themes/metro/img/select-all-arrow.png diff --git a/public/themes/metro/scss/_common.scss b/public/themes/metro/scss/_common.scss index c35f3f9c98..62d3868043 100644 --- a/public/themes/metro/scss/_common.scss +++ b/public/themes/metro/scss/_common.scss @@ -472,11 +472,6 @@ img.lightbulb { color: inherit !important; } -.selectallarrow { - margin-right: 0.3em; - margin-left: 0.6em; -} - .with-selected { margin-left: 2em; } diff --git a/public/themes/metro/scss/_icons.scss b/public/themes/metro/scss/_icons.scss index ae6a62681a..6b74201a63 100644 --- a/public/themes/metro/scss/_icons.scss +++ b/public/themes/metro/scss/_icons.scss @@ -4,6 +4,7 @@ padding: 0 !important; width: 16px; height: 16px; + background-repeat: no-repeat; } .icon_fulltext { @@ -11,6 +12,17 @@ height: 19px; } +.ic_select_all_arrow { + width: 38px; + height: 22px; + margin-right: 1rem; + background-image: url('../img/select-all-arrow.png'); + + &[dir=rtl] { + transform: scaleX(-1); + } +} + .ic_asc_order { background-image: url('../img/asc_order.png'); } diff --git a/public/themes/original/img/arrow_rtl.png b/public/themes/original/img/arrow_rtl.png deleted file mode 100644 index d035b9d9ba..0000000000 Binary files a/public/themes/original/img/arrow_rtl.png and /dev/null differ diff --git a/public/themes/bootstrap/img/arrow_ltr.png b/public/themes/original/img/select-all-arrow.png similarity index 100% rename from public/themes/bootstrap/img/arrow_ltr.png rename to public/themes/original/img/select-all-arrow.png diff --git a/public/themes/original/scss/_common.scss b/public/themes/original/scss/_common.scss index e0e3b97c4a..a1265ef261 100644 --- a/public/themes/original/scss/_common.scss +++ b/public/themes/original/scss/_common.scss @@ -177,11 +177,6 @@ img.lightbulb { background-position: center; } -.selectallarrow { - margin-right: 0.3em; - margin-left: 0.6em; -} - .with-selected { margin-left: 2em; } diff --git a/public/themes/original/scss/_icons.scss b/public/themes/original/scss/_icons.scss index c71a86c55a..9735a03fde 100644 --- a/public/themes/original/scss/_icons.scss +++ b/public/themes/original/scss/_icons.scss @@ -4,6 +4,7 @@ padding: 0 !important; width: 16px; height: 16px; + background-repeat: no-repeat; } .icon_fulltext { @@ -11,6 +12,17 @@ height: 19px; } +.ic_select_all_arrow { + width: 38px; + height: 22px; + margin-right: 1rem; + background-image: url('../img/select-all-arrow.png'); + + &[dir=rtl] { + transform: scaleX(-1); + } +} + .ic_asc_order { background-image: url('../../pmahomme/img/asc_order.png'); } diff --git a/public/themes/pmahomme/img/arrow_ltr.png b/public/themes/pmahomme/img/arrow_ltr.png deleted file mode 100644 index cd79ab42f0..0000000000 Binary files a/public/themes/pmahomme/img/arrow_ltr.png and /dev/null differ diff --git a/public/themes/pmahomme/img/arrow_rtl.png b/public/themes/pmahomme/img/arrow_rtl.png deleted file mode 100644 index d035b9d9ba..0000000000 Binary files a/public/themes/pmahomme/img/arrow_rtl.png and /dev/null differ diff --git a/public/themes/original/img/arrow_ltr.png b/public/themes/pmahomme/img/select-all-arrow.png similarity index 100% rename from public/themes/original/img/arrow_ltr.png rename to public/themes/pmahomme/img/select-all-arrow.png diff --git a/public/themes/pmahomme/scss/_common.scss b/public/themes/pmahomme/scss/_common.scss index 399cbe3226..4c1905e796 100644 --- a/public/themes/pmahomme/scss/_common.scss +++ b/public/themes/pmahomme/scss/_common.scss @@ -354,11 +354,6 @@ img.lightbulb { color: inherit !important; } -.selectallarrow { - margin-right: 0.3em; - margin-left: 0.6em; -} - .with-selected { margin-left: 2em; } diff --git a/public/themes/pmahomme/scss/_icons.scss b/public/themes/pmahomme/scss/_icons.scss index d87b79098d..3ee3880be5 100644 --- a/public/themes/pmahomme/scss/_icons.scss +++ b/public/themes/pmahomme/scss/_icons.scss @@ -4,6 +4,7 @@ padding: 0 !important; width: 16px; height: 16px; + background-repeat: no-repeat; } .icon_fulltext { @@ -11,6 +12,17 @@ height: 19px; } +.ic_select_all_arrow { + width: 38px; + height: 22px; + margin-right: 1rem; + background-image: url('../img/select-all-arrow.png'); + + &[dir=rtl] { + transform: scaleX(-1); + } +} + .ic_asc_order { background-image: url('../img/asc_order.png'); } diff --git a/templates/database/privileges/index.twig b/templates/database/privileges/index.twig index b3a38ad106..5fb6705d44 100644 --- a/templates/database/privileges/index.twig +++ b/templates/database/privileges/index.twig @@ -108,8 +108,7 @@