зеркало из https://github.com/mozilla/pjs.git
add "enabling/disabling" of <label>
This commit is contained in:
Родитель
954f18735e
Коммит
bcfbf79cab
|
@ -76,7 +76,7 @@ p, br, td {
|
|||
margin-bottom: 4px
|
||||
}
|
||||
|
||||
p.smallmargin { margin-bottom: 2px }
|
||||
p.smallmargin { margin-bottom: 2px } /* should deprecate in favor of labels */
|
||||
|
||||
fieldset {
|
||||
border-width: 2px;
|
||||
|
@ -94,6 +94,16 @@ legend {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
label[class="enabled"] {
|
||||
color: black;
|
||||
margin-bottom: 2px
|
||||
}
|
||||
|
||||
label[class="disabled"] {
|
||||
color: gray;
|
||||
margin-bottom: 2px
|
||||
}
|
||||
|
||||
/* CLASSES */
|
||||
/* Use these primarily with TD to create 3D "panels" */
|
||||
.GrooveBorder { border: 2px groove; padding: 5px }
|
||||
|
|
Загрузка…
Ссылка в новой задаче