قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00

* globally underline links * don't underline navigation items * remove unneeded rule * underline footer links as well * fix some links on plugin management page * fix no result message in site selector search * don't underline tab headlines * don't underline drop-down items * don't underline create annotation link * Underline links in visits log * Correctly underline the visitor profile link * underline datatable page navigation links * Don't underline help icon in enriched headline * Don't link headline for ecommerce report * don't underline items in mobile menu * don't underline close icon of feedback banner * don'T underline section chooser in user country map * improve link layout of details link if integrity check fails during update * updates expected UI test files * don't underline close button in comparisons * don't underline skip icon in tour widget * updates expected UI test files * adjust table icons * don't underline table action icons * updates expected UI test files * make related report links underlined * plugin uninstall link should be underlined * updates expected UI test files * make links in overlay underlined * underline links in datatable labels * updates expected UI test files * underline links in multisites table * updates expected UI test files * don't underline icons in links * don't underline table action links on hover * don'T underline update check message on hover * couple of fixes for links with icons * updates expected UI test files * move whitespaces in links, so they are not underlined * fix system summary links * updates expected UI test files * updates expected UI test files * fix tests * submodule updates * updates expected UI test files
151 خطوط
2.7 KiB
Plaintext
151 خطوط
2.7 KiB
Plaintext
.pluginsManagement {
|
|
.footer-message {
|
|
margin-top: 32px;
|
|
.font-default(13px, 21px);
|
|
}
|
|
}
|
|
|
|
table.dataTable tr.active-plugin > td {
|
|
background-color:@theme-color-background-base !important;
|
|
}
|
|
|
|
table.dataTable tr.active-plugin:hover > td {
|
|
background-color:@theme-color-background-base !important;
|
|
}
|
|
|
|
table.dataTable tr.inactive-plugin > td {
|
|
background-color:#ddd !important;
|
|
}
|
|
|
|
table.dataTable tr.inactive-plugin:hover > td {
|
|
background-color:#ddd !important;
|
|
}
|
|
|
|
.plugin-desc-text {
|
|
margin-top:0;
|
|
margin-bottom:1.5em;
|
|
}
|
|
|
|
.plugin-donation {
|
|
margin-top:1em;
|
|
}
|
|
|
|
.donation-overlay {
|
|
text-align: center;
|
|
.donation-links {
|
|
margin-top: 2em;
|
|
.donation-link {
|
|
display: inline-block;
|
|
margin: 0 1em;
|
|
|
|
&.bitcoin {
|
|
margin: 1em 0!important;
|
|
display: block!important;
|
|
a {
|
|
display: inline-block;
|
|
color: #c7254e;
|
|
border-radius: 4px;
|
|
font-size: 1.1em;
|
|
padding: 5px;
|
|
text-decoration: none!important;
|
|
background-color: #f9f2f4;
|
|
}
|
|
span {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.plugin-author {
|
|
float:left;
|
|
}
|
|
|
|
.plugin-license {
|
|
float:right;
|
|
}
|
|
|
|
table.entityTable tr td .plugin-homepage a {
|
|
text-decoration:none;
|
|
}
|
|
|
|
table.entityTable tr td .plugin-homepage a:hover {
|
|
text-decoration:underline;
|
|
}
|
|
|
|
table.entityTable tr td a.uninstall {
|
|
color:red;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.plugin-version {
|
|
color: #999;
|
|
}
|
|
|
|
#plugins {
|
|
|
|
.inactive-plugin,
|
|
.active-plugin {
|
|
.name {
|
|
max-width: 200px;
|
|
word-wrap: break-word;
|
|
}
|
|
}
|
|
|
|
.inactive-plugin {
|
|
td {
|
|
background-color: rgba(230, 230, 230, 0.3);
|
|
}
|
|
|
|
&:hover td {
|
|
background-color: #f2f2f2;
|
|
}
|
|
}
|
|
|
|
td.vers {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.plugin-desc-missingrequirements {
|
|
font-weight:bold;
|
|
a {
|
|
text-decoration: underline !important;
|
|
color: black;
|
|
}
|
|
}
|
|
|
|
.settingsLink {
|
|
text-align: right;
|
|
width: 100%;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.admin .pluginsFilter {
|
|
margin-top: 20px;
|
|
|
|
.active {
|
|
font-weight: bold;
|
|
}
|
|
|
|
a .counter {
|
|
color: #999999;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.status {
|
|
display: inline-block;
|
|
margin-left: 23.5px;
|
|
}
|
|
}
|
|
|
|
|
|
.activateTagManager {
|
|
.dontShowAgainBtn {
|
|
background-color: @theme-color-text-lighter;
|
|
}
|
|
}
|