Keeping Font Colors Consistant on the headers.
This commit is contained in:
parent
d980ee9d9f
commit
6d95d130e4
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
/* FILE MENU */
|
||||
.actions { padding:.3em; height:2em; width: 100%; }
|
||||
.actions input, .actions button, .actions .button { margin:0; float:left; }
|
||||
|
||||
.actions .button a { color: #555; }
|
||||
.actions .button a:hover, .actions .button a:active { color: #333; }
|
||||
#new {
|
||||
height:17px; margin:0 0 0 1em; z-index:1010; float:left;
|
||||
}
|
||||
|
@ -34,6 +35,7 @@
|
|||
background-image:url('%webroot%/core/img/actions/upload.svg');
|
||||
background-repeat:no-repeat;
|
||||
background-position:7px 6px;
|
||||
opacity:0.65;
|
||||
}
|
||||
.file_upload_target { display:none; }
|
||||
.file_upload_form { display:inline; float:left; margin:0; padding:0; cursor:pointer; overflow:visible; }
|
||||
|
|
Loading…
Reference in a new issue