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/LeftMenu/stylesheets/theme.less')
-rw-r--r--plugins/LeftMenu/stylesheets/theme.less150
1 files changed, 0 insertions, 150 deletions
diff --git a/plugins/LeftMenu/stylesheets/theme.less b/plugins/LeftMenu/stylesheets/theme.less
deleted file mode 100644
index 6c15ee301e..0000000000
--- a/plugins/LeftMenu/stylesheets/theme.less
+++ /dev/null
@@ -1,150 +0,0 @@
-.leftMenuPlugin {
-
- #container {
- clear: left;
- }
-
- #root .Menu--dashboard {
- border: 0px;
-
- > .Menu-tabList {
- margin-left: 5px;
- margin-bottom: 0;
- margin-top: 0.1em;
- border: 1px solid @theme-color-background-lowContrast;
- }
-
- > li {
- border-bottom: 1px solid @theme-color-background-lowContrast;
- }
- }
-
- #content.home {
- padding-top: 15px;
- display:inline-block;
- width:100%;
- }
-
- .Menu--dashboard {
- padding: 0;
- float: left;
- width: 240px;
- padding-top: 24px;
- clear: left;
-
- > .Menu-tabList {
- -moz-background-size: 5px 100%;
- background-size: 5px 100%;
- background-position: 0 0, 100% 0;
- background-repeat: no-repeat;
-
- > li {
- > ul {
- min-height: 0;
- max-height: 0;
- padding: 0;
- overflow: hidden;
- position: static;
- float: none;
- }
-
- > span,
- > a {
- display: block;
- padding: 5px 10px;
- font-size: 18px;
- line-height: 24px;
- text-decoration: none;
- float: none;
- }
- }
-
- > .sfActive > ul {
- padding-bottom: 5px;
- max-height: 500px; /* That's a hack for CSS transitions */
- }
-
- li {
- list-style: none;
- margin: 0;
- float: none;
- border: 0;
- border-radius: 0;
- background: transparent;
-
- a:hover {
- text-decoration: underline;
- }
-
- li {
- float: none;
- text-align: left;
-
- a {
- text-decoration: none;
- padding: 0.6em 0.9em;
- font: 14px Arial, Helvetica, sans-serif;
- display: block;
-
- &.current {
- background: #defdbb;
- }
-
- &:link,
- &:visited {
- text-decoration: none;
- }
- }
-
- }
- }
-
- a {
- height: auto;
- }
-
- > .sfActive > a,
- > li > a:hover {
- background: #f1f1f1;
- }
-
- > .sfActive .sfHover > a {
- font-weight: bold;
- }
- }
- }
-
- .top_controls {
- clear: none;
- left: 34px;
- }
-
- .nav_sep {
- display: none;
- }
-
- .top_bar_sites_selector {
- float: left;
- }
-
- .pageWrap {
- margin-left: 240px;
- margin-top: 0;
- max-height: none;
- }
-
- .widget:first-child {
- margin-top: 0;
- }
-
- .sites_selector_in_dashboard {
- margin-top: 0px;
- margin-left: 5px;
- }
-
- .sites_autocomplete .custom_select_main_link {
- padding-top: 7px;
- padding-bottom: 7px;
- }
-
-}