Changeset 2090630
- Timestamp:
- 05/18/2019 11:55:10 PM (7 years ago)
- Location:
- fogata-bots
- Files:
-
- 3 edited
-
tags/1.2/includes/assets/css/fogata-chat.css (modified) (2 diffs)
-
tags/1.2/includes/widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fogata-bots/tags/1.2/includes/assets/css/fogata-chat.css
r2025484 r2090630 253 253 } 254 254 255 .fogata-option-button, .fogata-encuesta-response {255 .fogata-option-button, .fogata-encuesta-response, .geo-fogata, .fogata-encuesta-callback { 256 256 position: relative; 257 257 background-color: #fff; … … 275 275 } 276 276 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 { 278 278 background-color: #f9a02c; 279 279 color: #fff; -
fogata-bots/tags/1.2/includes/widget.php
r2029486 r2090630 32 32 background-color: '.sanitize_text_field($data['bot_admin_color']).' !important; 33 33 } 34 .fogata-option-button, .fogata-encuesta-response {34 .fogata-option-button, .fogata-encuesta-response, .geo-fogata, .fogata-encuesta-callback { 35 35 color: '.sanitize_text_field($data['bot_admin_color']).' !important; 36 36 border-color: '.sanitize_text_field($data['bot_admin_color']).' !important; 37 37 } 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 { 39 39 color: #fff !important; 40 40 background-color: '.sanitize_text_field($data['bot_admin_color']).' !important; -
fogata-bots/trunk/readme.txt
r2044044 r2090630 4 4 Requires at least: 4.0 5 5 Tested up to: 4.9.5 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 License: GPLv2 or later 8 8
Note: See TracChangeset
for help on using the changeset viewer.