mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 12:28:06 +01:00
Merge pull request #4540 from humhub/enh/linkColorUsage
Improved use of link color variable
This commit is contained in:
commit
4e2cdd1d48
@ -47,12 +47,6 @@
|
||||
background: #cacaca;
|
||||
}
|
||||
|
||||
.content {
|
||||
a {
|
||||
color: darken(@info, 20%);
|
||||
}
|
||||
}
|
||||
|
||||
.post-file-list {
|
||||
background-color: @background-color-page;
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
.panel a {
|
||||
color: @info;
|
||||
color: @link;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
@ -50,7 +50,7 @@
|
||||
a:visited {
|
||||
background-color: inherit;
|
||||
text-decoration: none;
|
||||
color: @info !important;
|
||||
color: @link !important;
|
||||
}
|
||||
|
||||
a.header-anchor {
|
||||
|
@ -109,14 +109,14 @@
|
||||
font-size: 85%;
|
||||
|
||||
a {
|
||||
color: @info;
|
||||
color: @link;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
a {
|
||||
color: @info;
|
||||
color: @link;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -107,11 +107,11 @@
|
||||
.atwho-user,
|
||||
.atwho-space,
|
||||
.atwho-input a {
|
||||
color: @info;
|
||||
color: @link;
|
||||
}
|
||||
|
||||
.atwho-input a:hover {
|
||||
color: @info;
|
||||
color: @link;
|
||||
}
|
||||
|
||||
.atwho-view strong {
|
||||
|
@ -47,6 +47,11 @@
|
||||
border-color: @info !important;
|
||||
}
|
||||
|
||||
/* Info */
|
||||
.colorLink {
|
||||
color: @link !important;
|
||||
}
|
||||
|
||||
/* Success */
|
||||
.colorSuccess {
|
||||
color: @success !important;
|
||||
|
@ -215,7 +215,7 @@ ul.tab-menu-settings {
|
||||
|
||||
.tab-content .tab-pane {
|
||||
a {
|
||||
color: @info;
|
||||
color: @link;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
@ -56,7 +56,7 @@
|
||||
font-size: 12px;
|
||||
|
||||
.count {
|
||||
color: @info;
|
||||
color: @link;
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
line-height: 0.8em;
|
||||
@ -70,7 +70,7 @@
|
||||
}
|
||||
|
||||
small a {
|
||||
color: @info;
|
||||
color: @link;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
color: @text-color-highlight;
|
||||
|
||||
a {
|
||||
color: @info;
|
||||
color: @link;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -454,7 +454,7 @@
|
||||
}
|
||||
|
||||
.ProseMirror [data-mention] {
|
||||
color: @info
|
||||
color: @link
|
||||
}
|
||||
|
||||
.ProseMirror {
|
||||
@ -646,7 +646,7 @@
|
||||
overflow-wrap: break-word;
|
||||
|
||||
a {
|
||||
color: @info
|
||||
color: @link
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Tables
|
||||
// --------------------------------------------------
|
||||
table {
|
||||
margin-bottom: 0px !important;
|
||||
margin-bottom: 0 !important;
|
||||
|
||||
th {
|
||||
font-size: 11px;
|
||||
@ -20,7 +20,7 @@ table {
|
||||
|
||||
td {
|
||||
a:hover {
|
||||
color: @info;
|
||||
color: @link;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -40,7 +40,7 @@
|
||||
right: 10px;
|
||||
|
||||
a {
|
||||
color: @info !important;
|
||||
color: @link !important;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
}
|
||||
@ -242,7 +242,7 @@
|
||||
color: @text-color-highlight;
|
||||
|
||||
i.accepted {
|
||||
color: @info !important;
|
||||
color: @link !important;
|
||||
}
|
||||
|
||||
i.declined {
|
||||
|
@ -8,7 +8,7 @@ ul.tour-list {
|
||||
padding-top: 5px;
|
||||
|
||||
a {
|
||||
color: @info;
|
||||
color: @link;
|
||||
|
||||
.fa {
|
||||
width: 16px;
|
||||
|
@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
.status-bar-content .showMore {
|
||||
color: @info;
|
||||
color: @link;
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
font-size: 0.7em;
|
||||
@ -119,7 +119,7 @@
|
||||
// --------------------------------------------------
|
||||
.data-saved {
|
||||
padding-left: 10px;
|
||||
color: @info;
|
||||
color: @link;
|
||||
}
|
||||
|
||||
img.bounceIn {
|
||||
|
Loading…
x
Reference in New Issue
Block a user