Changeset 299064
- Timestamp:
- 11/18/2025 01:16:43 PM (6 days ago)
- Location:
- gradiantx/5.3
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from gradiantx/5.2)
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gradiantx/5.3/functions.php
r297735 r299064 3 3 * Define Theme Version 4 4 */ 5 define( 'GRADIANTX_THEME_VERSION', '5. 2' );5 define( 'GRADIANTX_THEME_VERSION', '5.3' ); 6 6 7 7 function gradiantx_css() { -
gradiantx/5.3/readme.txt
r297735 r299064 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 5.6 7 Stable tag: 5. 28 Version: 5. 27 Stable tag: 5.3 8 Version: 5.3 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 119 119 == Changelog == 120 120 121 @version 5.3 122 * Form Style Issue Fixed 123 121 124 @version 5.2 122 125 * Block Style Issue Fixed -
gradiantx/5.3/style.css
r297735 r299064 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 GradiantX Pro https://www.nayrathemes.com/demo/pro/?theme=gradiantx 7 7 Template: gradiant 8 Version: 5. 28 Version: 5.3 9 9 Tested up to: 6.8 10 10 Requires PHP: 5.6 … … 474 474 border: none; 475 475 } 476 select:focus, 477 .form-control:focus { 478 border-color: rgb(255, 33, 79); 479 box-shadow: 0 0 5px rgba(255, 33, 79, 1); 480 }
Note: See TracChangeset
for help on using the changeset viewer.