hubzilla 6.2
This commit is contained in:
@@ -1195,6 +1195,12 @@ img.mail-conv-sender-photo {
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
||||
.widget h3 {
|
||||
font-size: 0.9rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
#note-text {
|
||||
border-radius: $radius;
|
||||
}
|
||||
@@ -1272,7 +1278,7 @@ img.mail-conv-sender-photo {
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
||||
#nav-app-link {
|
||||
#nav-app-link-wrapper.has_location .nav-link {
|
||||
padding: 0 !important;
|
||||
line-height: 1.175;
|
||||
white-space: nowrap;
|
||||
@@ -1468,7 +1474,6 @@ blockquote {
|
||||
|
||||
.dropdown-menu {
|
||||
color: $font_colour;
|
||||
font-size: 0.9rem;
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
||||
@@ -1626,17 +1631,17 @@ dl.bb-dl > dd > li {
|
||||
|
||||
|
||||
/* Turn checkboxes into switches */
|
||||
.form-group.checkbox > div {
|
||||
.onoffswitch.checkbox > div {
|
||||
position: relative; width: 60px;
|
||||
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
.form-group.checkbox input {
|
||||
.onoffswitch.checkbox input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form-group.checkbox > div label {
|
||||
.onoffswitch.checkbox > div label {
|
||||
display: block; overflow: hidden; cursor: pointer;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 12px;
|
||||
@@ -1647,11 +1652,11 @@ dl.bb-dl > dd > li {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.form-group.checkbox:hover label {
|
||||
.onoffswitch.checkbox:hover label {
|
||||
color: $link_colour;
|
||||
}
|
||||
|
||||
.form-group.checkbox:hover > div label {
|
||||
.onoffswitch.checkbox:hover > div label {
|
||||
border-color: $link_colour;
|
||||
}
|
||||
|
||||
@@ -1690,17 +1695,17 @@ dl.bb-dl > dd > li {
|
||||
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
|
||||
}
|
||||
|
||||
.form-group.checkbox > div > input:checked + label .onoffswitch-inner {
|
||||
.onoffswitch.checkbox > div > input:checked + label .onoffswitch-inner {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.form-group.checkbox > div > input:checked + label .onoffswitch-switch {
|
||||
.onoffswitch.checkbox > div > input:checked + label .onoffswitch-switch {
|
||||
right: 0px;
|
||||
background-color: #0275d8;
|
||||
}
|
||||
|
||||
|
||||
.form-group.checkbox > div > input:disabled + label .onoffswitch-switch {
|
||||
.onoffswitch.checkbox > div > input:disabled + label .onoffswitch-switch {
|
||||
background-color: red;
|
||||
opacity: 0.3;
|
||||
filter:alpha(opacity=30);
|
||||
@@ -1744,7 +1749,7 @@ dl.bb-dl > dd > li {
|
||||
border-left: 0.2rem solid #eee;
|
||||
}
|
||||
|
||||
.app-icon {
|
||||
.app-icon i {
|
||||
color: #777;
|
||||
font-size: 80px;
|
||||
text-shadow: 3px 3px 3px lightgrey;
|
||||
@@ -1828,10 +1833,10 @@ span.default-highlight {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#region_3 {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.profile-match-wrapper {
|
||||
width: 44% !important;
|
||||
}
|
||||
}
|
||||
|
||||
#region_3 {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user