Skip to content

Commit 0adfa49

Browse files
committed
Last changes in css for buttons
1 parent 536ebad commit 0adfa49

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

styles.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@
1818
border: 1px solid lightgrey;
1919
}
2020

21-
.block_ejsapp_file_browser .btn-secondary:hover {
22-
color: white!important;
23-
background-color: rgba(24, 24, 24, 0.1);
24-
}
25-
21+
.block_ejsapp_file_browser .btn-secondary:hover
2622
.block_ejsapp_file_browser .show_button:hover,
2723
.block_ejsapp_file_browser .hide_button:hover,
2824
.block_ejsapp_file_browser .recording_button:hover,
2925
.block_ejsapp_file_browser .blockly_button:hover {
30-
background-color: rgba(24, 24, 24, 0.1);
26+
color: white!important;
27+
background-color: #009aca;
3128
}
3229

3330
.block_ejsapp_file_browser .managefiles {

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131

3232
defined('MOODLE_INTERNAL') || die();
3333

34-
$plugin->version = 2019111701;
34+
$plugin->version = 2019111702;
3535
$plugin->requires = 2013111800;
3636
$plugin->cron = 0;
3737
$plugin->component = 'block_ejsapp_file_browser'; // To check on upgrade, that module sits in correct place.
3838
$plugin->maturity = MATURITY_STABLE;
39-
$plugin->release = '1.4 (Build: 2019111701)';
39+
$plugin->release = '1.4 (Build: 2019111702)';
4040
$plugin->dependencies = array('mod_ejsapp' => 2017021301);

0 commit comments

Comments
 (0)