/* SWANC Theme for Redmine 5.0 */

@import url(../../../stylesheets/application.css);

/* Masthead */
#top-menu {background: #112E49;}
#header {background-color: #16356e;}
#main-menu li a.new-object {background-color: #16356e;}


/* Sidebar */
#sidebar {background: #f9f9f9;}


/* Lists */
table.list td.identifier, table.list td.project {text-align: left;}


/* Issues */
/* -  Add note button */
div.issue {background: #ffffe6;}
    /*yellow background: #ffffe8*/
a.pws-add-note-link {
    padding: 0.5em 0.75em;
    background: #3aac4c;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/* - Issue lists */
tr.issue td {max-width: 20em; white-space: normal;}
