Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/stylesheets/dataTable/_entityTable.less')
-rw-r--r--plugins/CoreHome/stylesheets/dataTable/_entityTable.less23
1 files changed, 15 insertions, 8 deletions
diff --git a/plugins/CoreHome/stylesheets/dataTable/_entityTable.less b/plugins/CoreHome/stylesheets/dataTable/_entityTable.less
index 4326119505..79cb150078 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_entityTable.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_entityTable.less
@@ -9,7 +9,7 @@ table.entityTable {
}
text-transform: none;
- background-color: @theme-color-background-tinyContrast;
+ background: @theme-color-background-base;
vertical-align: middle !important;
text-align: left !important;
font-size: 15px;
@@ -19,7 +19,7 @@ table.entityTable {
margin: 0;
font-weight: normal;
border-radius: 0;
- color: @theme-color-text;
+ color: @theme-color-text-contrast;
}
}
}
@@ -100,11 +100,13 @@ table.entityTable {
.tableActionBar {
a,
button {
- height: 54px;
- line-height: 54px;
- box-shadow: none;
- background-color: rgba(0, 0, 0, 0);
- color: @theme-color-text !important;
+ height: 36px;
+ line-height: 36px;
+ box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
+ background-color: @color-silver-l60;
+ color: @theme-color-brand-contrast;
+ background-image: none !important;
+ font-size: 12px;
cursor: pointer;
text-decoration: none;
background-color: inherit;
@@ -112,9 +114,10 @@ table.entityTable {
letter-spacing: .5px;
transition: .2s ease-out;
border: none;
- border-radius: 2px;
+ border-radius: 3px;
display: inline-block;
padding: 0 2rem;
+ margin-left: 16px;
text-transform: uppercase;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
@@ -122,4 +125,8 @@ table.entityTable {
text-decoration: underline;
}
}
+
+ button:first-child, a:first-child {
+ background-color: @theme-color-brand !important;
+ }
}