Plugin Directory

Changeset 1713362


Ignore:
Timestamp:
08/14/2017 08:09:53 PM (9 years ago)
Author:
tomiskym
Message:

1.0.4 - Fixed: Contact Form conflict in css

Location:
checklist-in-post
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • checklist-in-post/trunk/checklist_in_post/css/checklist_in_post_frontend.css

    r1693905 r1713362  
    1313    background: none!important;
    1414}
    15 form.todo-list{
     15.checklist_in_post form.todo-list{
    1616padding:20px;
    1717position:relative;
     
    2121        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    2222}
    23 form.todo-list:before{
     23.checklist_in_post form.todo-list:before{
    2424content:"";
    2525position:absolute;
     
    3232
    3333}
    34 .todo-wrap{
     34.checklist_in_post .todo-wrap{
    3535  display:block;
    3636  position:relative;
     
    3838
    3939}
    40 .todo-wrap:last-of-type{
     40.checklist_in_post .todo-wrap:last-of-type{
    4141/*box-shadow*/
    4242-webkit-box-shadow:none;
     
    4444        box-shadow:none;
    4545}
    46 input[type="checkbox"]{
     46.checklist_in_post input[type="checkbox"]{
    4747position:relative;
    4848height:0;
     
    5252position:absolute;
    5353}
    54 .todo{
     54.checklist_in_post .todo{
    5555display:block;
    5656font-weight:200;
     
    6262        box-shadow:0 2px 0 -1px #ebebeb;
    6363}
    64 .todo:before{
     64.checklist_in_post .todo:before{
    6565content:'';
    6666display:block;
     
    7777        transition:.25s ease-in-out;
    7878}
    79 .todo:after{
     79.checklist_in_post .todo:after{
    8080content:'';
    8181display:block;
     
    100100        border-radius:4px;
    101101}
    102 .todo:hover:after{
     102.checklist_in_post .todo:hover:after{
    103103/*box-shadow*/
    104104-webkit-box-shadow:inset 0 0 0 2px #949494;
     
    106106        box-shadow:inset 0 0 0 2px #949494;
    107107}
    108 .todo .fa-check{
     108.checklist_in_post .todo .fa-check{
    109109position:absolute;
    110110z-index:1;
     
    119119text-shadow:1px 1px 0 white, -1px -1px 0 white;
    120120}
    121 :checked + .todo{
     121.checklist_in_post :checked + .todo{
    122122color:#717171;
    123123}
    124 :checked + .todo:before{
     124.checklist_in_post :checked + .todo:before{
    125125width:100%;
    126126}
    127 :checked + .todo:after{
     127.checklist_in_post :checked + .todo:after{
    128128/*box-shadow*/
    129129-webkit-box-shadow:inset 0 0 0 2px #8dc63f;
     
    131131        box-shadow:inset 0 0 0 2px #8dc63f;
    132132}
    133 :checked + .todo .fa-check{
     133.checklist_in_post :checked + .todo .fa-check{
    134134font-size:20px;
    135135line-height:35px;
  • checklist-in-post/trunk/readme.txt

    r1693910 r1713362  
    44Requires at least: 3.0
    55Tested up to: 4.8
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: #GNUGPLv3
    88License URI: https://www.gnu.org/licenses/gpl.html
     
    3131
    3232== Changelog ==
     331.0.4
     34Fixed: Contact Form conflict resolved (Thanks to @tdper)
    33351.0.3
    3436Fixed: Allow Nested Lists (Thanks @iisisrael)
Note: See TracChangeset for help on using the changeset viewer.