Changeset 1759355
- Timestamp:
- 11/06/2017 11:24:48 AM (8 years ago)
- Location:
- floating-video/trunk
- Files:
-
- 3 edited
-
floating_video_plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
video_player.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
floating-video/trunk/floating_video_plugin.php
r1759348 r1759355 4 4 * Plugin URI: https://wordpress.org/plugins/floating-video/ 5 5 * Description: Display a video that, when scrolled out of view, moves to the corner of the screen so that the user can continue watching it while reading a post. 6 * Version: 1.3 6 * Version: 1.3.1 7 7 * Author: jefferey11 8 8 * Author URI: https://profiles.wordpress.org/jefferey11#content-plugins -
floating-video/trunk/readme.txt
r1759348 r1759355 4 4 Requires at least: 4.7 5 5 Tested up to: 4.8.1 6 Stable tag: 1.3 6 Stable tag: 1.3.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
floating-video/trunk/video_player.php
r1759348 r1759355 45 45 46 46 .Flvid_media_slider { 47 -webkit-appearance: none ;48 appearance: none ;49 width: calc( 100% - 105px ) ;50 position:absolute ;51 left:44px ;52 height: 32px ;53 background-color:rgba(0,0,0,0) ;54 outline: none ;55 border:none ;56 top:4px ;47 -webkit-appearance: none !important; 48 appearance: none !important; 49 width: calc( 100% - 105px ) !important; 50 position:absolute !important; 51 left:44px !important; 52 height: 32px !important; 53 background-color:rgba(0,0,0,0) !important; 54 outline: none !important; 55 border:none !important; 56 top:4px !important; 57 57 } 58 58 59 59 .Flvid_media_slider:focus { 60 -webkit-appearance: none ;61 appearance: none ;62 background-color:rgba(0,0,0,0) ;63 outline: none ;64 border:none ;60 -webkit-appearance: none !important; 61 appearance: none !important; 62 background-color:rgba(0,0,0,0) !important; 63 outline: none !important; 64 border:none !important; 65 65 } 66 66 67 67 .slidFlvid_media_slider:hover { 68 pacity: 1;68 opacity: 1; 69 69 } 70 70
Note: See TracChangeset
for help on using the changeset viewer.