Update FetchCSS2.css
This commit is contained in:
parent
75e80afc32
commit
55c0434742
|
|
@ -340,7 +340,7 @@ input.Text {
|
||||||
}
|
}
|
||||||
|
|
||||||
#Footer.LanguageRedesign span {
|
#Footer.LanguageRedesign span {
|
||||||
color: ##899fc1;
|
color: #899fc1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Footer .LanguageOptionElement,
|
#Footer .LanguageOptionElement,
|
||||||
|
|
@ -366,7 +366,7 @@ input.Text {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
background-color: #E6E6E6;
|
background-color: #E6E6E6;
|
||||||
color: #black;
|
color: black;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
left: -9px;
|
left: -9px;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
|
|
@ -1782,7 +1782,7 @@ legend span {
|
||||||
.GrayButton:link,
|
.GrayButton:link,
|
||||||
.GrayButton:visited,
|
.GrayButton:visited,
|
||||||
.GrayButton:active {
|
.GrayButton:active {
|
||||||
background: url(/images/Buttons/StyleGuide/bg-form_btn_lg-tile.png) repeat-x top left;
|
background: url(/images/buttons/StyleGuide/bg-form_btn_lg-tile.png) repeat-x top left;
|
||||||
border: 1px solid #777;
|
border: 1px solid #777;
|
||||||
padding: 4px 8px 0;
|
padding: 4px 8px 0;
|
||||||
height: 21px;
|
height: 21px;
|
||||||
|
|
@ -2153,7 +2153,7 @@ table.table {
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 0 7px;
|
padding: 0 7px;
|
||||||
background-image: url(/images/Buttons/StyleGuide/btn-control-large-tile.png);
|
background-image: url(/images/buttons/StyleGuide/btn-control-large-tile.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.btn-control.top-level {
|
a.btn-control.top-level {
|
||||||
|
|
@ -2245,7 +2245,7 @@ a.btn-control.top-level {
|
||||||
.btn-neutral:visited {
|
.btn-neutral:visited {
|
||||||
border-color: #0852b7;
|
border-color: #0852b7;
|
||||||
background-color: #0852b7;
|
background-color: #0852b7;
|
||||||
background-image: url(/images/Buttons/StyleGuide/bg-btn-blue.png);
|
background-image: url(/images/buttons/StyleGuide/bg-btn-blue.png);
|
||||||
color: #00243d;
|
color: #00243d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue