diff --git a/mocha-php/src/mocha-php/include/Configuration.inc.php.bak b/mocha-php/src/mocha-php/include/Configuration.inc.php.bak new file mode 100644 index 0000000..aa54502 --- /dev/null +++ b/mocha-php/src/mocha-php/include/Configuration.inc.php.bak @@ -0,0 +1,27 @@ + diff --git a/mocha-php/src/mocha-php/setup/index.php b/mocha-php/src/mocha-php/setup/index.php new file mode 100644 index 0000000..720438c --- /dev/null +++ b/mocha-php/src/mocha-php/setup/index.php @@ -0,0 +1,288 @@ + + + +
+Make any additional changes you need to the Phast configuration file, and then click Finish to save changes.
+ + + + + + + + + + diff --git a/mocha-php/src/mocha-php/themes/avondale/uwt-listbox.less b/mocha-php/src/mocha-php/themes/avondale/uwt-listbox.less new file mode 100644 index 0000000..061fd1f --- /dev/null +++ b/mocha-php/src/mocha-php/themes/avondale/uwt-listbox.less @@ -0,0 +1,18 @@ +.uwt-listbox +{ + border: 1px solid #ced4da; +} +.uwt-listbox > li:hover +{ + background-color: rgba(233, 236, 239, 0.85); +} +.uwt-listbox > li.uwt-selected +{ + background-color: @ThemeColor; + color: #fff; +} +.uwt-listbox > li.uwt-selected > div.uwt-detail +{ + background-color: @ThemeColor; + color: #fff; +} diff --git a/mocha-php/src/mocha-php/themes/common/styles/uwt-wizard.less b/mocha-php/src/mocha-php/themes/common/styles/uwt-wizard.less new file mode 100644 index 0000000..bdbdf8c --- /dev/null +++ b/mocha-php/src/mocha-php/themes/common/styles/uwt-wizard.less @@ -0,0 +1,20 @@ +div.uwt-wizard +{ + &> ol + { + display: flex; + flex-direction: row; + + list-style-type: none; + margin: 0px; + padding: 0px; + &> li + { + flex-grow: 1; + } + } + &> div.uwt-footer + { + text-align: right; + } +}