* Enabled color of skin controls and highlights to be set in user stylesheet
* Replaced custom color of form borders with value for color of small fonts
This commit is contained in:
parent
8a35fc0606
commit
b7851bebec
3 changed files with 12 additions and 15 deletions
|
@ -299,14 +299,6 @@ div.skin div.title {
|
|||
|
||||
.skin-edit-link {
|
||||
padding: 2px;
|
||||
background: #ccc;
|
||||
color: #fff !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
<% #FIXME %>
|
||||
<div class="boxline"> </div>
|
||||
<div class="box">
|
||||
<% root.link sites <% ngettext "{0} public site" "{0} public sites"
|
||||
<% root.sites.size %> %> %>
|
||||
</div>
|
||||
|
|
|
@ -239,6 +239,7 @@ fieldset {
|
|||
padding-top: 0px;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 6px;
|
||||
border: 1px solid <% value "small font color" %>;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -323,23 +324,23 @@ a:hover {text-decoration: underline;}
|
|||
|
||||
.formTitle {
|
||||
width: 380px;
|
||||
font-family: <% value "base font size" %>;
|
||||
font-family: <% value "big font" %>;
|
||||
font-size: <% value "big font size" %>;
|
||||
font-weight: bold;
|
||||
border: 1px solid <% value "base font color" %>;
|
||||
border: 1px solid <% value "small font color" %>;
|
||||
}
|
||||
|
||||
.formText {
|
||||
width: 380px;
|
||||
font-family: <% value "base font size" %>;
|
||||
font-family: <% value "base font" %>;
|
||||
font-size: <% value "base font size" %>;
|
||||
font-weight: normal;
|
||||
border: 1px solid <% value "base font color" %>;
|
||||
border: 1px solid <% value "small font color" %>;
|
||||
}
|
||||
|
||||
.formWide {
|
||||
width: 660px;
|
||||
font-family: <% value "base font size" %>;
|
||||
font-family: <% value "base font" %>;
|
||||
font-size: <% value "base font size" %>;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -450,3 +451,7 @@ span.pageNavSelItem {
|
|||
.calendar .selected {
|
||||
border: 1px solid <% value "link color" %>;
|
||||
}
|
||||
|
||||
.skin.active, .skin-edit-link {
|
||||
background: #ccc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue