Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
454c3678
Commit
454c3678
authored
Dec 08, 2021
by
orozot
Committed by
Phil Hughes
Dec 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix global search style problem
parent
6b591ca2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
app/assets/stylesheets/startup/startup-dark.scss
app/assets/stylesheets/startup/startup-dark.scss
+3
-0
app/assets/stylesheets/themes/dark_mode_overrides.scss
app/assets/stylesheets/themes/dark_mode_overrides.scss
+4
-0
ee/app/assets/stylesheets/startup/startup-dark.scss
ee/app/assets/stylesheets/startup/startup-dark.scss
+3
-0
No files found.
app/assets/stylesheets/startup/startup-dark.scss
View file @
454c3678
...
@@ -1831,6 +1831,9 @@ body.gl-dark .navbar-gitlab .search form:active {
...
@@ -1831,6 +1831,9 @@ body.gl-dark .navbar-gitlab .search form:active {
background-color
:
var
(
--
gray-100
);
background-color
:
var
(
--
gray-100
);
box-shadow
:
inset
0
0
0
1px
var
(
--
blue-200
);
box-shadow
:
inset
0
0
0
1px
var
(
--
blue-200
);
}
}
body
.gl-dark
.navbar-gitlab
.search
form
.search-input
{
color
:
var
(
--
gl-text-color
);
}
body
.gl-dark
{
body
.gl-dark
{
--gray-10
:
#1f1f1f
;
--gray-10
:
#1f1f1f
;
...
...
app/assets/stylesheets/themes/dark_mode_overrides.scss
View file @
454c3678
...
@@ -122,6 +122,10 @@ body.gl-dark {
...
@@ -122,6 +122,10 @@ body.gl-dark {
background-color
:
var
(
--
gray-100
);
background-color
:
var
(
--
gray-100
);
box-shadow
:
inset
0
0
0
1px
var
(
--
blue-200
);
box-shadow
:
inset
0
0
0
1px
var
(
--
blue-200
);
}
}
.search-input
{
color
:
var
(
--
gl-text-color
);
}
}
}
}
}
}
}
...
...
ee/app/assets/stylesheets/startup/startup-dark.scss
View file @
454c3678
...
@@ -1831,6 +1831,9 @@ body.gl-dark .navbar-gitlab .search form:active {
...
@@ -1831,6 +1831,9 @@ body.gl-dark .navbar-gitlab .search form:active {
background-color
:
var
(
--
gray-100
);
background-color
:
var
(
--
gray-100
);
box-shadow
:
inset
0
0
0
1px
var
(
--
blue-200
);
box-shadow
:
inset
0
0
0
1px
var
(
--
blue-200
);
}
}
body
.gl-dark
.navbar-gitlab
.search
form
.search-input
{
color
:
var
(
--
gl-text-color
);
}
body
.gl-dark
{
body
.gl-dark
{
--gray-10
:
#1f1f1f
;
--gray-10
:
#1f1f1f
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment