mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-26 02:31:09 +00:00
Make the disabled fields more obvious (#31147).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18548 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3f8c42b81f
commit
bc6baba05a
@ -423,6 +423,11 @@ span.search_for_watchers {display:block;}
|
|||||||
span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
|
span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
|
||||||
span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.png) no-repeat 0 50%; }
|
span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.png) no-repeat 0 50%; }
|
||||||
|
|
||||||
|
input:disabled, select:disabled, textarea:disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
|
color: graytext;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.highlight { background-color: #FCFD8D;}
|
.highlight { background-color: #FCFD8D;}
|
||||||
.highlight.token-1 { background-color: #faa;}
|
.highlight.token-1 { background-color: #faa;}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user