mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
CSS
This commit is contained in:
parent
182768a05b
commit
5a2fbefc7c
@ -239,7 +239,8 @@ body .ui-widget-content a {
|
||||
color: #008787;
|
||||
}
|
||||
body .ui-widget-content a:hover,
|
||||
body .ui-widget-content a:visited:hover {
|
||||
body .ui-widget-content a:visited:hover,
|
||||
body .ui-state-default a:hover {
|
||||
color: #d7442b;
|
||||
}
|
||||
body .ui-widget-content a:visited {
|
||||
@ -278,12 +279,14 @@ body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widg
|
||||
font-weight: bold;
|
||||
color: #008787;
|
||||
}
|
||||
body .ui-state-default {
|
||||
body .ui-state-selected {
|
||||
background: #fff;
|
||||
color: #E17009;
|
||||
margin-left: 10px;
|
||||
}
|
||||
body .ui-tabs .ui-tabs-nav li {
|
||||
margin: 0 15px 1px 0;
|
||||
padding-right: 10px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
padding-left: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user