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


/* Font geändert */

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400&display=swap');

body { font-family: 'Roboto', sans-serif; font-size: 14px; color:#333; margin: 0; padding: 0; min-width: 900px; }

h1, h2, h3, h4 {font-family: 'Roboto', sans-serif; padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
 */


/* eology Blau hinzugefügt */
#header {min-height:5.3em;margin:0;background-color:#5fc5e8;color:#f8f8f8; box-shadow: 0px 2px 6px silver; padding: 4px 8px 20px 6px; position:relative;}

.contextual .drdn-items>a:hover {color:#5fc5e8; border:1px solid #628db6; background-color:#eef5fd; border-radius:3px;}

.pagination ul.pages li.current {
    color: white;
    background-color: #5fc5e8;
    border-color: #5fc5e8;
  }

/* Grau hinzugefügt */
#top-menu {background: #7d8f99; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}

/* Gelb weg gemacht */
table.list:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover, #issue-changesets div.changeset:nth-child(even):hover { background-color: #f9f9f9; }


div.issue {background: #f9f9f9; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}


table.cal td.today {background: #f9f9f9;}

div.wiki ul.toc {
    background-color:  #f9f9f9;
    border: 1px solid #e4e4e4;
    padding: 4px;
    line-height: 1.2em;
    margin-bottom: 12px;
    margin-right: 12px;
    margin-left: 0;
    display: table
  }

  .gantt_subjects div.issue-subject:hover { background-color: #f9f9f9; }

/* 

.icon-edit {background-size: 20%; background-image: url(./../images/edit.png); }
 */
