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/angularjs/quick-access/quick-access.directive.less')
-rw-r--r--plugins/CoreHome/angularjs/quick-access/quick-access.directive.less55
1 files changed, 55 insertions, 0 deletions
diff --git a/plugins/CoreHome/angularjs/quick-access/quick-access.directive.less b/plugins/CoreHome/angularjs/quick-access/quick-access.directive.less
new file mode 100644
index 0000000000..1c46c7533d
--- /dev/null
+++ b/plugins/CoreHome/angularjs/quick-access/quick-access.directive.less
@@ -0,0 +1,55 @@
+.quick-access {
+ position: relative;
+
+ li {
+ font-size: 11px;
+ }
+
+ li a {
+ padding: 10px 19px;
+ display: inline-block;
+ text-decoration: none;
+ word-break: break-all;
+ }
+
+ .icon-search {
+ position: absolute;
+ font-size: 14px;
+ top: 10px;
+ left: 10px;
+
+ }
+ input {
+ width:100%;
+ height: 100%;
+ border: 0 !important;
+ box-shadow: 0 0 !important;
+ border-radius: 0 !important;
+ font-size: 11px;
+ &:focus {
+ outline: none;
+ }
+ }
+ .selected {
+ background-color: @theme-color-background-tinyContrast !important;
+ }
+ .quick-access-category {
+ text-align: left !important;
+ font-size: 11px;
+ padding: 5px 5px 5px 10px;
+ cursor: pointer;
+ }
+ .result {
+ cursor: pointer;
+ }
+ .quick-access-category:hover {
+ background: none !important;
+ }
+ .no-result {
+ padding: 10px 19px;
+ cursor: default;
+ }
+ .websiteCategory {
+ cursor: default;
+ }
+} \ No newline at end of file