????
Current Path : C:/inetpub/vhost/redmine/public/themes/improved/src/sass/ |
Current File : C:/inetpub/vhost/redmine/public/themes/improved/src/sass/_reset.scss |
/*************************************************************************************************** * * Reset * */ a { color: $link-color; text-decoration: none; &:hover { color: $link-hover-color; // text-decoration: $link-hover-decoration; } /* &:link, &:visited { color: #169; } } */ &:active { color: #c61a1a; } } input, select { vertical-align: middle; margin-top: 1px; margin-bottom: 1px; } input { // Fixme: cf. bootstrap // for input field border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); } /**************************************************************************************************/ form { display: inline; } fieldset { border: 1px solid #e4e4e4; margin: 0; } legend { color: #333; } hr { width: 100%; height: 1px; background: #ccc; border: 0; } blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em; blockquote { margin-left: 0; } } li p { margin-top: 0; } ol { margin-top: 0; margin-bottom: 0; }