Changeset 2914856
- Timestamp:
- 05/19/2023 02:36:47 PM (3 years ago)
- Location:
- savage-note/trunk
- Files:
-
- 4 added
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/assets/img/calendar.svg (added)
-
admin/assets/img/schedule.svg (added)
-
admin/css/sn-plugin-admin.css (modified) (4 diffs)
-
admin/css/zebra_datepicker.min.css (added)
-
admin/js/zebra_datepicker.min.js (added)
-
sn-plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
savage-note/trunk/README.txt
r2914851 r2914856 4 4 Requires at least: 6.0 5 5 Tested up to: 6.2 6 Stable tag: 2.2. 06 Stable tag: 2.2.1 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later -
savage-note/trunk/admin/css/sn-plugin-admin.css
r2914851 r2914856 1 2 1 /** 3 2 * All of the CSS for your admin-specific functionality should be … … 110 109 background-color: #fefefe; 111 110 padding: 20px; 112 border: 4px solid #009CE0;111 border: 1px solid #888; 113 112 width: 30%; 114 113 border-radius: 2vh; 115 }116 117 .sn-popup-container input, .sn-popup-container select {118 border-radius: 0;119 border: 0;120 border-bottom: 1px solid #E3E3E3;121 114 } 122 115 … … 142 135 } 143 136 144 .sn-popup-subtitle {137 .sn-popup-subtitle{ 145 138 font-size: 12px; 146 color: #494949;147 139 } 148 140 … … 214 206 } 215 207 216 .sn-popup-footer button {208 .sn-popup-footer button{ 217 209 padding: 10px 14px; 218 210 border-radius: 4px; 219 211 outline: 0; 220 212 cursor: pointer; 221 color: white;222 font-weight: 600;213 color: #32324d; 214 font-weight: 700; 223 215 border: 1px solid #dcdce4; 224 background-color: # 1D2652;216 background-color: #009de054 225 217 } 226 218 -
savage-note/trunk/sn-plugin.php
r2914851 r2914856 10 10 * 11 11 * @link https://www.savage-note.com/ 12 * @since 2.2 12 * @since 2.2.0 13 13 * @package Sn_Plugin 14 14 * … … 17 17 * Plugin URI: https://www.savage-note.com 18 18 * Description: Connectez-vous à notre api et récupérez vos articles. 19 * Version: 2.2. 119 * Version: 2.2.0 20 20 * Author: Savage Note 21 21 * Author URI: https://www.savage-note.com/
Note: See TracChangeset
for help on using the changeset viewer.