Changeset 299065
- Timestamp:
- 11/18/2025 01:17:40 PM (6 days ago)
- Location:
- metasoft/17.9
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from metasoft/17.8)
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
metasoft/17.9/functions.php
r297738 r299065 6 6 * Define Theme Version 7 7 */ 8 define( 'METASOFT_THEME_VERSION', '17. 8' );8 define( 'METASOFT_THEME_VERSION', '17.9' ); 9 9 10 10 // Root path/URI. -
metasoft/17.9/readme.txt
r297738 r299065 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 5.6 7 Stable tag: 17. 88 Version: 17. 87 Stable tag: 17.9 8 Version: 17.9 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 101 101 102 102 == Changelog == 103 104 @version 17.9 105 * Form Style Issue Fixed 103 106 104 107 @version 17.8 -
metasoft/17.9/style.css
r297738 r299065 5 5 Author URI: https://www.nayrathemes.com/ 6 6 Description: MetaSoft – is a Powerful & Modern IT Solutions, IT Business, Consulting, SaaS & Software, Startup, Technology, etc. WordPress theme created with latest design trends according to all your needs to create professional and high performance website. View the demo of MetaSoft Pro https://www.nayrathemes.com/demo/pro/?theme=metasoft 7 Version: 17. 87 Version: 17.9 8 8 Tested up to: 6.8 9 9 Requires PHP: 5.6 … … 715 715 border: none; 716 716 } 717 718 select:focus, 719 .form-control:focus { 720 border-color: rgb(255, 33, 79); 721 box-shadow: 0 0 5px rgba(255, 33, 79, 1); 722 }
Note: See TracChangeset
for help on using the changeset viewer.