Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
our_own_cloud_project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
fba3cd3b
Commit
fba3cd3b
authored
Mar 31, 2017
by
rabensteinpa68943
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change the color of the background from a kind of blue to a kind of darker green
parent
39db2c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
apps/example-theme/core/css/styles.css
apps/example-theme/core/css/styles.css
+13
-13
No files found.
apps/example-theme/core/css/styles.css
View file @
fba3cd3b
...
...
@@ -22,21 +22,21 @@
#body-user
#header
,
#body-settings
#header
,
#body-public
#header
{
background-color
:
#
745bca
;
background-color
:
#
05950C
;
}
/* log in screen background color */
/* gradient of the header color and a brighter shade */
/* can also be a flat color or an image */
#body-login
{
background
:
#
745bca
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#
947bea
0%
,
#745bca
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#947bea
),
color-stop
(
100%
,
#
745bca
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#
947bea
0%
,
#745bca
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#
947bea
0%
,
#745bca
100%
);
/* Opera11.10+ */
background
:
-ms-linear-gradient
(
top
,
#
947bea
0%
,
#745bca
100%
);
/* IE10+ */
background
:
linear-gradient
(
top
,
#
947bea
0%
,
#745bca
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#947bea'
,
endColorstr
=
'#
745bca
'
,
GradientType
=
0
);
/* IE6-9 */
background
:
#
05950C
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#
05953A
0%
,
#05950C
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#947bea
),
color-stop
(
100%
,
#
05950C
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#
05953A
0%
,
#05950C
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#
05953A
0%
,
#05950C
100%
);
/* Opera11.10+ */
background
:
-ms-linear-gradient
(
top
,
#
05953A
0%
,
#05950C
100%
);
/* IE10+ */
background
:
linear-gradient
(
top
,
#
05953A
0%
,
#05950C
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#947bea'
,
endColorstr
=
'#
05950C
'
,
GradientType
=
0
);
/* IE6-9 */
}
/* primary action button, use sparingly */
...
...
@@ -51,8 +51,8 @@ input[type="submit"].primary:active,
input
[
type
=
"button"
]
.primary
:active
,
button
.primary
:active
,
.button.primary
:active
{
border-color
:
#
745bca
;
background-color
:
#
947bea
;
border-color
:
#
05950C
;
background-color
:
#
05953A
;
}
.primary
:hover
,
input
[
type
=
"submit"
]
.primary
:hover
,
...
...
@@ -64,13 +64,13 @@ input[type="submit"].primary:focus,
input
[
type
=
"button"
]
.primary
:focus
,
button
.primary
:focus
,
.button.primary
:focus
{
background-color
:
#
8b75e4
;
background-color
:
#
309505
;
}
.primary
:active
,
input
[
type
=
"submit"
]
.primary
:active
,
input
[
type
=
"button"
]
.primary
:active
,
button
.primary
:active
,
.button.primary
:active
,
.primary
:disabled
,
input
[
type
=
"submit"
]
.primary
:disabled
,
input
[
type
=
"button"
]
.primary
:disabled
,
button
.primary
:disabled
,
.button.primary
:disabled
,
.primary
:disabled:hover
,
input
[
type
=
"submit"
]
.primary
:disabled:hover
,
input
[
type
=
"button"
]
.primary
:disabled:hover
,
button
.primary
:disabled:hover
,
.button.primary
:disabled:hover
,
.primary
:disabled:focus
,
input
[
type
=
"submit"
]
.primary
:disabled:focus
,
input
[
type
=
"button"
]
.primary
:disabled:focus
,
button
.primary
:disabled:focus
,
.button.primary
:disabled:focus
{
background-color
:
#
745bca
;
background-color
:
#
05950C
;
}
/* use logos from theme */
...
...
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