Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
38154c8f
Commit
38154c8f
authored
Oct 29, 2015
by
HERBERT Ryan
Browse files
added new notifications rules to dark style
parent
b5688699
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
38154c8f
...
...
@@ -1549,6 +1549,43 @@ table.log textarea {
background-image
:
linear-gradient
(
45deg
,
transparent
-25%
,
#000000
100%
,
#000000
100%
,
transparent
0%
);
}
.message_container
{
float
:
left
;
display
:
none
;
}
.urgent_message
{
background-color
:
#652D1A
;
}
.info_message
{
background-color
:
#1F5A0B
;
}
.notification
{
margin
:
5px
;
padding
:
3px
;
display
:
inline-flex
;
-webkit-border-radius
:
2px
;
-moz-border-radius
:
2px
;
border-radius
:
2px
;
}
#login_messages
.notification
{
display
:
block
;
}
#login_messages
.notification
pre
{
padding
:
3px
;
margin
:
0px
;
display
:
block
;
width
:
auto
;
}
#login_messages
.message_container
{
width
:
100%
;
}
#listLocus
,
#listVsegment
,
#listDsegment
,
#listJsegment
{
display
:
none
;
}
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