Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quicklist
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dolibarr extension
quicklist
Commits
374b21f4
Commit
374b21f4
authored
8 months ago
by
KHELIFA
Browse files
Options
Downloads
Patches
Plain Diff
- Correction CSS z-index.
parent
c8ce75d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog.md
+5
-1
5 additions, 1 deletion
ChangeLog.md
VERSION
+1
-1
1 addition, 1 deletion
VERSION
css/quicklist.css.php
+1
-2
1 addition, 2 deletions
css/quicklist.css.php
with
7 additions
and
4 deletions
ChangeLog.md
+
5
−
1
View file @
374b21f4
...
...
@@ -3,6 +3,9 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
## [Non Distribué]
## [14.0.38] - 13-08-2024
-
Correction CSS z-index.
## [14.0.37] - 07-08-2024
-
Correction d'une erreur dans un preg_match.
...
...
@@ -148,7 +151,8 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
## [4.0.0] - 06-11-2017
-
Version initial.
[
Non Distribué
]:
http://git.open-dsi.fr/dolibarr-extension/quicklist/compare/v14.0.37...HEAD
[
Non Distribué
]:
http://git.open-dsi.fr/dolibarr-extension/quicklist/compare/v14.0.38...HEAD
[
14.0.38
]:
https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.38
[
14.0.37
]:
https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.37
[
14.0.36
]:
https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.36
[
14.0.35
]:
https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.35
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
374b21f4
14.0.37
\ No newline at end of file
14.0.38
\ No newline at end of file
This diff is collapsed.
Click to expand it.
css/quicklist.css.php
+
1
−
2
View file @
374b21f4
...
...
@@ -72,7 +72,7 @@ $search_img_url = img_picto('', 'searchicon.png@quicklist', '', false, 1);
min-width: 230px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
z-index: 1
0
;
}
.quicklist-dropdown-content.show {display:block;}
...
...
@@ -144,7 +144,6 @@ $search_img_url = img_picto('', 'searchicon.png@quicklist', '', false, 1);
display: inline-block;
text-align: center;
background-color: buttonface;
cursor: default;
box-sizing: border-box;
line-height: 26px;
border: unset;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment