Flash[:info] messages use Web's colour scheme
This commit is contained in:
parent
7448b7981b
commit
d135ac3982
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
<%= javascript_include_tag 'page_helper' %>
|
<%= javascript_include_tag 'page_helper' %>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
h1#pageName, .newWikiWord a, a.existingWikiWord, .newWikiWord a:hover, #TextileHelp h3 {
|
h1#pageName, div.info, .newWikiWord a, a.existingWikiWord, .newWikiWord a:hover, #TextileHelp h3 {
|
||||||
color: #<%= @web ? @web.color : "393" %>;
|
color: #<%= @web ? @web.color : "393" %>;
|
||||||
}
|
}
|
||||||
<%= File.read(RAILS_ROOT + '/public/stylesheets/instiki.css') if @inline_style %>
|
<%= File.read(RAILS_ROOT + '/public/stylesheets/instiki.css') if @inline_style %>
|
||||||
|
|
|
@ -297,7 +297,6 @@ border:1px solid #900;
|
||||||
|
|
||||||
div.info {
|
div.info {
|
||||||
background-color:#DDD;
|
background-color:#DDD;
|
||||||
color:#060;
|
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
margin-top:0.5em;
|
margin-top:0.5em;
|
||||||
padding:0.5em;
|
padding:0.5em;
|
||||||
|
|
Loading…
Reference in a new issue