Changeset 299058
- Timestamp:
- 11/18/2025 01:13:09 PM (6 days ago)
- Location:
- colorsy/16.0
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from colorsy/15.9)
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
colorsy/16.0/functions.php
r297722 r299058 3 3 * Define Theme Version 4 4 */ 5 define( 'COLORSY_THEME_VERSION', '1 5.9' );5 define( 'COLORSY_THEME_VERSION', '16.0' ); 6 6 7 7 function colorsy_css() { -
colorsy/16.0/readme.txt
r297722 r299058 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 5.6 7 Stable tag: 1 5.98 Version: 1 5.97 Stable tag: 16.0 8 Version: 16.0 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 119 119 120 120 == Changelog == 121 122 @version 16.0 123 * Form Style Issue Fixed 121 124 122 125 @version 15.9 -
colorsy/16.0/style.css
r297722 r299058 6 6 Description: A powerful next generation theme for upcoming generations and traditional UI that focuses on the color combinations of solid and gradient colors, along with cool animations and attractive features. It's perfect for any type of business. View the demo of Colorsy Pro https://www.nayrathemes.com/demo/pro/?theme=colorsy 7 7 Template: gradiant 8 Version: 1 5.98 Version: 16.0 9 9 Tested up to: 6.8 10 10 Requires PHP: 5.6 … … 1099 1099 border: none; 1100 1100 } 1101 1102 select:focus, 1103 .form-control:focus { 1104 border-color: rgb(255, 33, 79); 1105 box-shadow: 0 0 5px rgba(255, 33, 79, 1); 1106 }
Note: See TracChangeset
for help on using the changeset viewer.