-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Bootstrap dark theme issues #18368
Copy link
Copy link
Closed
Labels
Milestone
Description
Describe the bug
I've made a tasklist with a few changes I consider that should be made to the Bootstrap dark theme.
- Those two arrows should be replaced with SVG ones if possible. Right now aren't so visible.
https://demo.phpmyadmin.net/master-config/public/themes/bootstrap/img/arrow_ltr.png
https://demo.phpmyadmin.net/master-config/public/themes/bootstrap/img/arrow_rtl.png
- When scrolling down, the floating menu is overlapping with text on page, the same for table header.
- I think color for
xshould be changed torgb(220, 53, 69)to make it more visible and is the same color fromServer connection: SSL is not being used
-
smallcolorshould be lighter, onPage-related settings.
-
backgroundonfocusfrom.config-form select:focus, .config-form textarea:focus { config-form input[type="text"]:focus, .config-form input[type="password"]:focus, .config-form input[type="number"]:focusshould be removed, because right now if the select is open or a text is entered, the background and text are white
- Table navigation, both top and bottom should match the color scheme (removing background from
.navigationlooks much better)
issue6.mp4
- The part with SQL and CodeMirror, should be redone to match the Bootstrap theme. Probably CodeMirror background should be replaced with
var(--bs-body-bg)and also links under Profiling will look much better as buttons?
issue7.mp4
-
For Database Designer,
#canvasbackground-colorshould be changed tovar(--bs-body-bg). A further redesign will be needed another time, to match the Bootstrap theme. -
text-shadowandbackgroundfor.pma-fieldsetshould also be changed
https://demo.phpmyadmin.net/master-config/public/index.php?route=/database/privileges&db=sakila&server=1
https://demo.phpmyadmin.net/master-config/public/index.php?route=/server/user-groups&server=1
https://demo.phpmyadmin.net/master-config/public/index.php?route=/table/privileges&db=sakila&table=actor&server=1
issue9.mp4
- Move columns should also have different
backgroundandcolor
issue10.mp4
Server configuration
- phpMyAdmin version: 6.0.0-dev
Reactions are currently unavailable




