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
b84ccc1e
Commit
b84ccc1e
authored
Apr 08, 2022
by
Mark Florian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Startup CSS files
This is due to
https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2756
.
parent
e6a70dde
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
6 deletions
+24
-6
app/assets/stylesheets/startup/startup-dark.scss
app/assets/stylesheets/startup/startup-dark.scss
+4
-1
app/assets/stylesheets/startup/startup-general.scss
app/assets/stylesheets/startup/startup-general.scss
+4
-1
app/assets/stylesheets/startup/startup-signin.scss
app/assets/stylesheets/startup/startup-signin.scss
+4
-1
ee/app/assets/stylesheets/startup/startup-dark.scss
ee/app/assets/stylesheets/startup/startup-dark.scss
+4
-1
ee/app/assets/stylesheets/startup/startup-general.scss
ee/app/assets/stylesheets/startup/startup-general.scss
+4
-1
ee/app/assets/stylesheets/startup/startup-signin.scss
ee/app/assets/stylesheets/startup/startup-signin.scss
+4
-1
No files found.
app/assets/stylesheets/startup/startup-dark.scss
View file @
b84ccc1e
...
...
@@ -452,9 +452,12 @@ a.gl-badge.badge-warning:active {
.gl-form-input.form-control
:disabled
,
.gl-form-input.form-control
:not
(
.form-control-plaintext
)
:not
([
type
=
"color"
])
:read-only
{
background-color
:
#1f1f1f
;
color
:
#868686
;
box-shadow
:
inset
0
0
0
1px
#404040
;
}
.gl-form-input
:disabled
,
.gl-form-input.form-control
:disabled
{
cursor
:
not
-
allowed
;
color
:
#868686
;
}
.
gl-form-input
:
:
placeholder
,
.
gl-form-input
.
form-control
::
placeholder
{
...
...
app/assets/stylesheets/startup/startup-general.scss
View file @
b84ccc1e
...
...
@@ -438,9 +438,12 @@ a.gl-badge.badge-warning:active {
.gl-form-input.form-control
:disabled
,
.gl-form-input.form-control
:not
(
.form-control-plaintext
)
:not
([
type
=
"color"
])
:read-only
{
background-color
:
#fafafa
;
color
:
#868686
;
box-shadow
:
inset
0
0
0
1px
#dbdbdb
;
}
.gl-form-input
:disabled
,
.gl-form-input.form-control
:disabled
{
cursor
:
not
-
allowed
;
color
:
#868686
;
}
.
gl-form-input
:
:
placeholder
,
.
gl-form-input
.
form-control
::
placeholder
{
...
...
app/assets/stylesheets/startup/startup-signin.scss
View file @
b84ccc1e
...
...
@@ -301,9 +301,12 @@ fieldset:disabled a.btn {
.gl-form-input.form-control
:disabled
,
.gl-form-input.form-control
:not
(
.form-control-plaintext
)
:not
([
type
=
"color"
])
:read-only
{
background-color
:
#fafafa
;
color
:
#868686
;
box-shadow
:
inset
0
0
0
1px
#dbdbdb
;
}
.gl-form-input
:disabled
,
.gl-form-input.form-control
:disabled
{
cursor
:
not
-
allowed
;
color
:
#868686
;
}
.
gl-form-input
:
:
placeholder
,
.
gl-form-input
.
form-control
::
placeholder
{
...
...
ee/app/assets/stylesheets/startup/startup-dark.scss
View file @
b84ccc1e
...
...
@@ -452,9 +452,12 @@ a.gl-badge.badge-warning:active {
.gl-form-input.form-control
:disabled
,
.gl-form-input.form-control
:not
(
.form-control-plaintext
)
:not
([
type
=
"color"
])
:read-only
{
background-color
:
#1f1f1f
;
color
:
#868686
;
box-shadow
:
inset
0
0
0
1px
#404040
;
}
.gl-form-input
:disabled
,
.gl-form-input.form-control
:disabled
{
cursor
:
not
-
allowed
;
color
:
#868686
;
}
.
gl-form-input
:
:
placeholder
,
.
gl-form-input
.
form-control
::
placeholder
{
...
...
ee/app/assets/stylesheets/startup/startup-general.scss
View file @
b84ccc1e
...
...
@@ -438,9 +438,12 @@ a.gl-badge.badge-warning:active {
.gl-form-input.form-control
:disabled
,
.gl-form-input.form-control
:not
(
.form-control-plaintext
)
:not
([
type
=
"color"
])
:read-only
{
background-color
:
#fafafa
;
color
:
#868686
;
box-shadow
:
inset
0
0
0
1px
#dbdbdb
;
}
.gl-form-input
:disabled
,
.gl-form-input.form-control
:disabled
{
cursor
:
not
-
allowed
;
color
:
#868686
;
}
.
gl-form-input
:
:
placeholder
,
.
gl-form-input
.
form-control
::
placeholder
{
...
...
ee/app/assets/stylesheets/startup/startup-signin.scss
View file @
b84ccc1e
...
...
@@ -301,9 +301,12 @@ fieldset:disabled a.btn {
.gl-form-input.form-control
:disabled
,
.gl-form-input.form-control
:not
(
.form-control-plaintext
)
:not
([
type
=
"color"
])
:read-only
{
background-color
:
#fafafa
;
color
:
#868686
;
box-shadow
:
inset
0
0
0
1px
#dbdbdb
;
}
.gl-form-input
:disabled
,
.gl-form-input.form-control
:disabled
{
cursor
:
not
-
allowed
;
color
:
#868686
;
}
.
gl-form-input
:
:
placeholder
,
.
gl-form-input
.
form-control
::
placeholder
{
...
...
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