We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeef06e commit 42ab161Copy full SHA for 42ab161
scss/trema/elements.scss
@@ -350,7 +350,7 @@ body #page {
350
margin-bottom: 0.8rem;
351
}
352
353
- select {
+ select:not('.dataTable-selector') {
354
background-image: url([[pix:theme|select]]);
355
background-size: 1rem;
356
background-repeat: no-repeat;
version.php
@@ -28,8 +28,8 @@
28
29
defined('MOODLE_INTERNAL') || die();
30
31
-$plugin->version = 2025052201;
32
-$plugin->release = '5.0.0.2';
+$plugin->version = 2025082700;
+$plugin->release = '5.0.0.3';
33
$plugin->maturity = MATURITY_STABLE;
34
$plugin->requires = 2022021800; // Moodle 4.0 - Build: 20220218.
35
$plugin->component = 'theme_trema';
0 commit comments