Plugin Directory

Changeset 2090630


Ignore:
Timestamp:
05/18/2019 11:55:10 PM (7 years ago)
Author:
heduluna
Message:
  • Survey answer button bug fix
Location:
fogata-bots
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fogata-bots/tags/1.2/includes/assets/css/fogata-chat.css

    r2025484 r2090630  
    253253}
    254254
    255 .fogata-option-button, .fogata-encuesta-response {
     255.fogata-option-button, .fogata-encuesta-response, .geo-fogata, .fogata-encuesta-callback {
    256256    position: relative;
    257257    background-color: #fff;
     
    275275}
    276276
    277 .fogata-option-button:hover, .fogata-encuesta-response:hover {
     277.fogata-option-button:hover, .fogata-encuesta-response:hover, .geo-fogata:hover, .fogata-encuesta-callback:hover {
    278278    background-color: #f9a02c;
    279279    color: #fff;
  • fogata-bots/tags/1.2/includes/widget.php

    r2029486 r2090630  
    3232        background-color: '.sanitize_text_field($data['bot_admin_color']).' !important;
    3333    }
    34     .fogata-option-button, .fogata-encuesta-response {
     34    .fogata-option-button, .fogata-encuesta-response, .geo-fogata, .fogata-encuesta-callback {
    3535        color: '.sanitize_text_field($data['bot_admin_color']).' !important;
    3636        border-color: '.sanitize_text_field($data['bot_admin_color']).' !important;
    3737    }
    38     .fogata-option-button:hover, .fogata-encuesta-response:hover {
     38    .fogata-option-button:hover, .fogata-encuesta-response:hover, .geo-fogata:hover, .fogata-encuesta-callback:hover {
    3939        color: #fff !important;
    4040        background-color: '.sanitize_text_field($data['bot_admin_color']).' !important;
  • fogata-bots/trunk/readme.txt

    r2044044 r2090630  
    44Requires at least: 4.0
    55Tested up to: 4.9.5
    6 Stable tag: 1.2
     6Stable tag: 1.3
    77License: GPLv2 or later
    88
Note: See TracChangeset for help on using the changeset viewer.