mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 09:31:46 +01:00
cleanup
This commit is contained in:
parent
b1936c86ac
commit
affa144b50
@ -235,6 +235,12 @@ body .ui-widget {
|
|||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
body .ui-widget-content {
|
||||||
|
color: inherit;
|
||||||
|
border: 2px solid #99CCCC;
|
||||||
|
border-radius: 0 !important;
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
body .ui-widget-content a {
|
body .ui-widget-content a {
|
||||||
color: #008787;
|
color: #008787;
|
||||||
}
|
}
|
||||||
@ -246,51 +252,53 @@ body .ui-widget-content a {
|
|||||||
body .ui-widget-content a:visited {
|
body .ui-widget-content a:visited {
|
||||||
color: #636363;
|
color: #636363;
|
||||||
}
|
}
|
||||||
body .ui-widget-content {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
body .ui-tabs-nav li {
|
|
||||||
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
|
||||||
}
|
|
||||||
body .ui-widget-header {
|
body .ui-widget-header {
|
||||||
background: url("../images/style/ui-bg_gloss-wave_green.png") repeat-x scroll 50% 50% #85bdbe;
|
background: url("../images/style/ui-bg_gloss-wave_green.png") repeat-x scroll 50% 50% #85bdbe;
|
||||||
border: 1px solid #85bdbe;
|
border: 1px solid #85bdbe;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
body .ui-widget-content {
|
|
||||||
border: 2px solid #99CCCC;
|
|
||||||
border-radius: 0 !important;
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
body .ui-tabs {
|
body .ui-tabs {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
body .ui-tabs .ui-tabs-nav {
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
body .ui-tabs-nav {
|
body .ui-tabs-nav {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
body .ui-state-default a, body .ui-state-default a:link, body .ui-state-default a:visited {
|
body .ui-tabs .ui-tabs-nav li {
|
||||||
color: #008787;
|
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
||||||
text-decoration: none;
|
margin: 0 15px 1px 0;
|
||||||
}
|
padding-right: 5px;
|
||||||
body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
|
}
|
||||||
|
body .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
|
||||||
|
background: #fff;
|
||||||
|
color: #E17009;
|
||||||
|
}
|
||||||
|
body .ui-state-default,
|
||||||
|
body .ui-widget-content .ui-state-default,
|
||||||
|
body .ui-widget-header .ui-state-default {
|
||||||
border: 1px solid #85bdbe;
|
border: 1px solid #85bdbe;
|
||||||
background: #85bdbe url("../images/style/ui-bg_glass_green.png") 50% 50% repeat-x;
|
background: #85bdbe url("../images/style/ui-bg_glass_green.png") 50% 50% repeat-x;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #008787;
|
color: #008787;
|
||||||
}
|
}
|
||||||
body .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
|
body .ui-corner-all,
|
||||||
background: #fff;
|
body .ui-corner-top,
|
||||||
color: #E17009;
|
body .ui-corner-right,
|
||||||
margin-left: 10px;
|
body .ui-corner-tr {
|
||||||
}
|
|
||||||
body .ui-state-active a, body .ui-state-active a:link, body .ui-state-active a:visited, body .ui-state-default .ui-state-hover a:hover {
|
|
||||||
color: #E17009;
|
|
||||||
}
|
|
||||||
body .ui-tabs .ui-tabs-nav li {
|
|
||||||
margin: 0 15px 1px 0;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
body .ui-corner-all, body .ui-corner-top, body .ui-corner-right, body .ui-corner-tr {
|
|
||||||
border-top-right-radius: 30px;
|
border-top-right-radius: 30px;
|
||||||
}
|
}
|
||||||
|
body .ui-state-default a,
|
||||||
|
body .ui-state-default a:link,
|
||||||
|
body .ui-state-default a:visited {
|
||||||
|
color: #008787;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
body .ui-state-active a,
|
||||||
|
body .ui-state-active a:link,
|
||||||
|
body .ui-state-active a:visited,
|
||||||
|
body .ui-state-default .ui-state-hover a:hover {
|
||||||
|
color: #E17009 !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user