mirror of
https://github.com/movahhedi/blueberry-pma-theme.git
synced 2026-08-24 10:04:43 -05:00
[Blueberry] Bug fixes for v5.2
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
"url": "https://shmovahhedi.com/",
|
||||
"supports": [
|
||||
"5.0",
|
||||
"5.1"
|
||||
"5.1",
|
||||
"5.2"
|
||||
],
|
||||
"themefolder": "F:\\xampp\\phpMyAdmin\\themes\\blueberry",
|
||||
"scripts": {
|
||||
"scss-compile-nomini": "sass scss:css",
|
||||
"scss-compile": "sass scss:css --style=compressed",
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
// fieldset table a,
|
||||
// .btn,
|
||||
.btn-primary,
|
||||
.btn-secondary {
|
||||
.btn-secondary,
|
||||
.btn-outline-secondary {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
// font-size: 15px;
|
||||
@@ -54,6 +55,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
background: none;
|
||||
color: $Color-White;
|
||||
border: 1px solid $Color-White;
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
padding: 0.375rem 0.5rem;
|
||||
}
|
||||
|
||||
@@ -101,13 +101,13 @@ span {
|
||||
color: #d7ba7d;
|
||||
}
|
||||
&.cm-bracket {
|
||||
color: #808080;
|
||||
color: #d4d4d4;
|
||||
}
|
||||
&.cm-number {
|
||||
color: #b5cea8;
|
||||
}
|
||||
&.cm-builtin {
|
||||
color: #f00;
|
||||
color: #569cd6;
|
||||
}
|
||||
&.cm-separator {
|
||||
color: fuchsia;
|
||||
|
||||
@@ -551,6 +551,14 @@ button.mult_submit {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
td.null span em {
|
||||
color: $Color-Tailwind-Text;
|
||||
}
|
||||
|
||||
table tr.marked {
|
||||
background-color: $Color-Body-Special2;
|
||||
}
|
||||
|
||||
// odd items 1,3,5,7...
|
||||
.pma-table tbody:first-of-type tr:nth-child(odd),
|
||||
.pma-table tbody:first-of-type tr:nth-child(odd) th,
|
||||
@@ -571,7 +579,7 @@ button.mult_submit {
|
||||
background: $Color-Body-Light;
|
||||
}
|
||||
|
||||
.column_action
|
||||
.column_action
|
||||
|
||||
// only one item
|
||||
.pma-table tbody:first-of-type tr:only-child {
|
||||
@@ -2339,15 +2347,15 @@ input#auto_increment_opt {
|
||||
}
|
||||
}
|
||||
|
||||
#table_name_col_no_outer {
|
||||
margin-top: 45px;
|
||||
}
|
||||
// #table_name_col_no_outer {
|
||||
// margin-top: 45px;
|
||||
// }
|
||||
|
||||
#table_name_col_no {
|
||||
position: fixed;
|
||||
top: 55px;
|
||||
top: unset !important;
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
background: $Color-Body;
|
||||
}
|
||||
|
||||
#table_columns {
|
||||
|
||||
@@ -36,6 +36,7 @@ $Color-Body: #1e1e2a;
|
||||
$Color-Body-Light: #2c2c3d;
|
||||
$Color-Body-Dark: #fafafa;
|
||||
$Color-Body-Special: #3a3a56;
|
||||
$Color-Body-Special2: #464675;
|
||||
$Color-Body-VSCode: #1e1e1e;
|
||||
|
||||
$Color-OnBody: $Color-Gray-500;
|
||||
|
||||
@@ -47,6 +47,8 @@
|
||||
// @import "jquery-ui";
|
||||
|
||||
// select[name="set_theme"]::after {
|
||||
// select#themeSelect::after,
|
||||
#li_select_theme::after,
|
||||
form[name="setTheme"]::after {
|
||||
content: "Theme Created by Shahab Movahhedi \A Visit shmovahhedi.com";
|
||||
display: block;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "blueberry",
|
||||
"version": "1.0.1",
|
||||
"description": "A Modern Dark theme for PHPMyAdmin",
|
||||
"description": "A modern dark theme for phpMyAdmin",
|
||||
"author": "Shahab Movahhedi",
|
||||
"url": "https://shmovahhedi.com/",
|
||||
"supports": ["5.0", "5.1", "5.2"]
|
||||
|
||||
Reference in New Issue
Block a user