mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
css: Make label CSS usable outside settings model.
We intend to use it in the "manage streams" modal as well.
This commit is contained in:
@@ -2,6 +2,31 @@ label {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
label,
|
||||
h3 {
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.fa-question-circle-o {
|
||||
top: 1px;
|
||||
opacity: 0.4;
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
label .fa-question-circle-o {
|
||||
left: 2px;
|
||||
}
|
||||
|
||||
h3 .fa-question-circle-o {
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.new-style {
|
||||
.block {
|
||||
display: block;
|
||||
@@ -213,30 +238,6 @@ td .button {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
label > a,
|
||||
h3 > a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
label .fa-question-circle-o {
|
||||
top: 1px;
|
||||
left: 2px;
|
||||
}
|
||||
|
||||
h3 .fa-question-circle-o {
|
||||
top: 1px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.fa-question-circle-o {
|
||||
opacity: 0.4;
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.settings-section-title {
|
||||
font-size: 1.4em;
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user