Plugin Directory

Changeset 1759355


Ignore:
Timestamp:
11/06/2017 11:24:48 AM (8 years ago)
Author:
jefferey11
Message:

updated trunk with v1.3.1

Location:
floating-video/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • floating-video/trunk/floating_video_plugin.php

    r1759348 r1759355  
    44* Plugin URI:  https://wordpress.org/plugins/floating-video/
    55* 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
    77* Author: jefferey11
    88* Author URI:  https://profiles.wordpress.org/jefferey11#content-plugins
  • floating-video/trunk/readme.txt

    r1759348 r1759355  
    44Requires at least: 4.7
    55Tested up to: 4.8.1
    6 Stable tag: 1.3
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • floating-video/trunk/video_player.php

    r1759348 r1759355  
    4545
    4646    .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;
    5757    }
    5858
    5959    .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;
    6565    }
    6666
    6767    .slidFlvid_media_slider:hover {
    68         pacity: 1;
     68        opacity: 1;
    6969    }
    7070
Note: See TracChangeset for help on using the changeset viewer.