updating scratch.css close#327 close#328

This commit is contained in:
Marc Ducobu 2014-11-17 15:05:01 +01:00
parent 3abfd1cf63
commit 7510e6550f
2 changed files with 22 additions and 8 deletions

View File

@ -3018,7 +3018,7 @@ form li label {
padding: 0.5em; padding: 0.5em;
padding-left: 1em; padding-left: 1em;
font-weight: 900; font-weight: 900;
background-color: #c91111; background-color: #ff9c00;
color: #fff; color: #fff;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
@ -3031,23 +3031,37 @@ form li label {
padding-left: 1.5em; padding-left: 1.5em;
margin: 0; margin: 0;
color: #000; color: #000;
cursor: pointer; } cursor: pointer;
border: 2px solid transparent; }
.tab-nav > li > a:hover { .tab-nav > li > a:hover {
text-decoration: none; text-decoration: none;
border: 2px solid #c91111; border: 2px solid #ff9c00;
color: #c91111; color: #ff9c00;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; } border-bottom-right-radius: 3px; }
.tab-nav > li > a:active { .tab-nav > li > a:active {
border: 2px solid #c91111; border: 2px solid #ff9c00;
color: #c91111; color: #ff9c00;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; } border-bottom-right-radius: 3px; }
table {
width: 100%; }
table thead th,
table tbody td,
table tr td {
text-align: left;
padding: 0.3em; }
table thead {
background-color: #ff9c00;
color: #fff; }
table tr:nth-of-type(even) {
background-color: #f2f2f2; }
div#general { div#general {
background: none repeat scroll 0 0 #2980b9; background: none repeat scroll 0 0 #2980b9;
color: #FFF; color: #FFF;

File diff suppressed because one or more lines are too long