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/Morpheus/stylesheets/ui/_tabs.less')
-rw-r--r--plugins/Morpheus/stylesheets/ui/_tabs.less23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/ui/_tabs.less b/plugins/Morpheus/stylesheets/ui/_tabs.less
new file mode 100644
index 0000000000..8a8a127a5d
--- /dev/null
+++ b/plugins/Morpheus/stylesheets/ui/_tabs.less
@@ -0,0 +1,23 @@
+.row {
+ .tabs {
+ .indicator {
+ background-color: @theme-color-link;
+ }
+ .tab {
+ a {
+ &:hover {
+ color: @theme-color-link;
+ opacity: 0.7;
+ }
+ color: @theme-color-link;
+ }
+ }
+ }
+ .tab-content {
+ padding: 24px 24px 16px 0 !important;
+ a {
+ color: @theme-color-link;
+ text-decoration: none;
+ }
+ }
+} \ No newline at end of file