Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2018-05-30Fix some PSR-2 coding standard errorsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-30Use short array syntax instead of long array syntaxMaurício Meneghini Fauth
Replaces array() with []. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-18Fix phpcs errorsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-16Enable strict mode in PHP filesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-04Patch for #14257 CodeMirror hints hiddenWilliam Desportes
[CI skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-05-03Add #14141 changes to Metro themeMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-03Merge pull request #14141 from mohitjawanjal/masterMaurício Meneghini Fauth
Remove inline styles from Relation.php
2018-04-30Merge pull request #14210 from mauriciofauth/themesMaurício Meneghini Fauth
Add Metro theme
2018-04-25Merge branch 'QA_4_8'Maurício Meneghini Fauth
2018-04-25Revert "Fix table horizontal scrolling (#14001)"Maurício Meneghini Fauth
This reverts commit e92b3572104dda3d86e7a987f0555aa6d0d54a69. This fixes #14193, fixes #14029, fixes #14199, fixes #14102 and fixes #14232 This closes #14196 and closes #14206 Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-04-24Merge pull request #14179 from rijaspk/masterMaurício Meneghini Fauth
Remove Inline Styles from Ruotines.php
2018-04-19Remove Inline Styles from Ruotines.php“Rijas
Signed-off-by: Rijas Ahammed PK <rijaspk5195@gmail.com>
2018-04-19Add Metro themeMaurício Meneghini Fauth
Fix #12373 See https://github.com/phpmyadmin/phpmyadmin/wiki/2017-04_Meeting Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-04-14Remove font size feature (#13925)Saksham Gupta
Fix #13919 Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2018-04-11Update master to 5.0.0-devMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-04-02Inline style fix for Relation.phpMohit Jawanjal
Signed-off-by: Mohit Jawanjal <mohit.jawanjal@imnica.com>
2018-03-28Remove inline styles from Relation.phpMohit Jawanjal
Signed-off-by: Mohit Jawanjal <mohit.jawanjal@imnica.com>
2018-03-27Update themes to 4.9Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-24Remove inline styles in ReplicationGui.php (#13981)Anu4ruby
* removed inline styles from AuthenticationConfig.php file-issue 12262 * removed inline styles from AuthenticationConfig.php- file-issue 12262-Signed-off-by: Anupama.V <sadicarnot@gmail.com> * Remove inline styles from ReplicationGui.php #12262. Signed-off by: Anupama.V <sadicarnot@gmail.com>
2018-02-25Replace pmd* in CSS classes and IDs with designer*Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-25Rename css/pmd.css.php to css/designer.css.phpMaurício Meneghini Fauth
Rename themes/pmahomme/css/pmd.css.php to themes/pmahomme/css/designer.css.php. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-25Rename img/pmd directory to img/designerMaurício Meneghini Fauth
Rename themes/pmahomme/img/pmd directory to themes/pmahomme/img/designer. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-16Fix table horizontal scrolling (#14001)nulll-pointer
Fix table horizontal scrolling Fix #13959
2018-02-16Merge pull request #13998 from shucon/hoverMaurício Meneghini Fauth
Fixes Hover on tables
2018-02-16Final Patch for issue #14013Raman Tehlan
Signed-off-by: Raman Tehlan <ramantehlan@gmail.com>
2018-02-12Fixes Hover on tablesSaksham Gupta
Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/13980 Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2018-02-10Removed inline styles from AuthenticationConfig.php file-issue 12262 (#13979)Anu4ruby
* removed inline styles from AuthenticationConfig.php file-issue 12262 * removed inline styles from AuthenticationConfig.php- file-issue 12262- Signed-off-by: Anupama V <sadicarnot@gmail.com>
2018-01-30Fixes Colour issue in rows on hover (#13960)Saksham Gupta
* Fixes Colour issue in rows on hover Fixes : https://github.com/phpmyadmin/phpmyadmin/issues/13880 Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2018-01-29Fix Row coloring issue@Indexes (#13877)Saksham Gupta
Fix #13090 * Fix Row coloring issue@Indexes Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Update Index.php * Update Index.php * Update common.css.php * Fix Row Colouring Issue Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Fix Row Colouring Issue @ Indexes Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Fix Row Colouring Issue [Original Theme] Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090 * Refactor code * Fix Row coloring issue@Indexes * Body wrap * Fix Keyname Column and colour inversion Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2017-12-25Removed all remaining inline styles from functions.js #12262Juvenildo Vaz
Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
2017-12-25Remove inline styles from messages.php #12262Juvenildo Vaz
Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
2017-12-23 Remove inline styles from elements (#13883)Juvenv
* Remove inline styles from elements in index.php #12262 * Remove inline style from element in CentralColumns #12262 Related to #12262 Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
2017-12-05Fix toggle button not showing background imageMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-01Revert "Add PMD images to original theme"Michal Čihař
This reverts commit c7a33031b37c618501dff5315e94f77e9130adb5. The images should be used from the default theme if they are not present.
2017-12-01Add PMD images to original themeMaurício Meneghini Fauth
Fix #13586 Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-28Merge pull request #13780 from BePsvPT-Fork/navigation-patchMichal Čihař
make navigation database name and icon are in the same horizontal line
2017-11-27Use generic PHPMYADMIN define to avoid CSS exectionMichal Čihař
It should work pretty much same, but we really don't care which of these is set for rendering the css. Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27Add icons cssMichal Čihař
This should have been part of fd9150460ee12fe3d0678bbad13360735f631a7e, but was ommited due to too aggressive .gitignore, which was fixed in a923d1483d62e3175c85a04ff0235c80f6f88bcb. Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27Fix gitnore file to ignore only files at current levelMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27Use just one error iconMichal Čihař
The other really does not fit the theme and there is no reason to have two. Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27Remove unused info iconMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-13Remove sprites from the themesMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-06Merge pull request #13786 from smileytechguy/masterMaurício Meneghini Fauth
Better rendering of icons in modern browsers
2017-11-06Fix pixel rendering in pmahomme themeNoah Overcash
Signed-off-by: Noah Overcash <smileytechguy@icloud.com>
2017-11-06Fix pixel rendering in original themeNoah Overcash
Signed-off-by: Noah Overcash <smileytechguy@icloud.com>
2017-11-04Optimize PNG images with zopfliMichal Čihař
See #13797 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-04Merge branch 'QA_4_7'Michal Čihař
2017-11-04Optimize PNG images with zopfliMichal Čihař
See #13797 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-30Remove not needed CSS for span elementsMichal Čihař
These do not have any border by default, so there is no need to remove it. Issue #13777 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-30Remove unused classMichal Čihař
Issue #13777 Signed-off-by: Michal Čihař <michal@cihar.com>