Feature: Tooltip 'Continue reading' button label customizable in Settongs; Stable release 2.1.0
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2414862 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
9f732e0b38
commit
2e85b40bc0
10 changed files with 78 additions and 75 deletions
|
@ -4,9 +4,9 @@
|
|||
* Created-Date: 15.05.14
|
||||
* Created-Time: 16:21
|
||||
* Since: 1.0
|
||||
* Version: 2.0.9d3
|
||||
* Version: 2.1.0
|
||||
*
|
||||
* Last modified: 2020-11-08T1852+0100
|
||||
* Last modified: 2020-11-08T2150+0100
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
* Created-Date: 15.05.14
|
||||
* Created-Time: 16:21
|
||||
* Since: 1.0
|
||||
* Version: 2.0.9d1
|
||||
* Version: 2.1.0
|
||||
*
|
||||
* Last modified: 2020-11-07T1608+0100
|
||||
* Last modified: 2020-11-08T2150+0100
|
||||
*/
|
||||
|
||||
|
||||
|
@ -39,9 +39,15 @@
|
|||
}
|
||||
|
||||
|
||||
input[type=text], input[type=password], textarea, select {
|
||||
#footnote_inputfield_placeholder_start_user_defined,
|
||||
#footnote_inputfield_placeholder_end_user_defined,
|
||||
#footnote_inputfield_readon_label,
|
||||
#footnote_inputfield_references_label,
|
||||
#footnote_inputfield_custom_css
|
||||
/*input[type=text], input[type=password], textarea, select*/ {
|
||||
padding-left: 8px !important;
|
||||
padding-right: 8px !important;
|
||||
width: 80% !important;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
|
Reference in a new issue