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
0247ccea
Commit
0247ccea
authored
Sep 10, 2014
by
Marc Duez
Browse files
com.js/less : change flash message color
parent
c92cfb40
Changes
4
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
0247ccea
...
...
@@ -1111,13 +1111,13 @@ span.logo {
.flash_1
,
.log_1
{
font-weight
:
bold
;
background-color
:
darkgreen
;
background-color
:
#DFF0D8
;
}
.flash_2
,
.log_2
{
font-weight
:
bold
;
border-color
:
darkred
;
background-color
:
darkred
;
background-color
:
#F2DEDE
;
}
select
>
option
:hover
{
background-color
:
#333333
;
...
...
browser/css/light.css
View file @
0247ccea
...
...
@@ -1111,13 +1111,13 @@ span.logo {
.flash_1
,
.log_1
{
font-weight
:
bold
;
background-color
:
darkgreen
;
background-color
:
#DFF0D8
;
}
.flash_2
,
.log_2
{
font-weight
:
bold
;
border-color
:
darkred
;
background-color
:
darkred
;
background-color
:
#F2DEDE
;
}
select
>
option
:hover
{
background-color
:
#cccccc
;
...
...
browser/css/vidjil.less
View file @
0247ccea
...
...
@@ -1270,13 +1270,13 @@ span.logo
.flash_1, .log_1 {
font-weight: bold;
background-color:
darkgreen
;
background-color:
#DFF0D8
;
}
.flash_2, .log_2 {
font-weight: bold;
border-color: darkred;
background-color:
darkred
;
background-color:
#F2DEDE
;
}
select>option:hover {
...
...
browser/js/com.js
View file @
0247ccea
...
...
@@ -44,8 +44,6 @@ Com.prototype = {
}).
appendTo
(
"
#
"
+
this
.
flash_id
)
.
slideDown
(
200
);
div
.
css
(
"
background-color
"
,
$
(
"
#top-container
"
).
css
(
"
background-color
"
)
)
setTimeout
(
function
(){
div
.
fadeOut
(
'
slow
'
,
function
()
{
div
.
remove
();});
},
5000
);
...
...
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