Changeset - ac770e9c2f4f
[Not reviewed]
default
0 1 0
Mads Kiilerich - 12 years ago 2013-06-12 02:13:05
madski@unity3d.com
Transplanted from: 651bf5210ac4
quick search: make user input visible, not light grey on white
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -4024,25 +4024,24 @@ div.form div.fields div.field div.highli
 

	
 
div#legend_container table td, div#legend_choices table td {
 
    border: none !important;
 
    height: 20px !important;
 
    padding: 0 !important;
 
}
 

	
 
.q_filter_box {
 
    -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
 
    -webkit-border-radius: 4px;
 
    border-radius: 4px;
 
    border: 0 none;
 
    color: #AAAAAA;
 
    margin-bottom: -4px;
 
    margin-top: -4px;
 
    padding-left: 3px;
 
}
 

	
 
#node_filter {
 
    border: 0px solid #545454;
 
    color: #AAAAAA;
 
    padding-left: 3px;
 
}
 

	
 

	
0 comments (0 inline, 0 general)