update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
15
www/analytics/plugins/Morpheus/stylesheets/ui/_cards.less
Normal file
15
www/analytics/plugins/Morpheus/stylesheets/ui/_cards.less
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.card {
|
||||
color: @theme-color-text-light;
|
||||
padding: 15px;
|
||||
margin: 9px 0;
|
||||
border-radius: 2px;
|
||||
background-color: #fff;
|
||||
-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
|
||||
-moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
background-color: @color-silver-l95;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue