mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
More drop-shadows
This commit is contained in:
parent
7dd3839970
commit
3ec7713a51
@ -289,6 +289,7 @@ a.tw-tiddlylink-missing {
|
||||
|
||||
.tw-page-controls svg:hover {
|
||||
fill: #000;
|
||||
<<filter "drop-shadow(1px 1px 2px rgba(255,255,255,0.9))">>
|
||||
}
|
||||
|
||||
.tw-menu-list-item {
|
||||
|
@ -16,6 +16,13 @@ tags: [[$:/tags/stylesheet]]
|
||||
box-shadow: $shadow$;
|
||||
```
|
||||
\end
|
||||
\define filter(filter)
|
||||
```
|
||||
-webkit-filter: $filter$;
|
||||
-moz-filter: $filter$;
|
||||
filter: $filter$;
|
||||
```
|
||||
\end
|
||||
\define background-linear-gradient(gradient)
|
||||
```
|
||||
background-image: linear-gradient($gradient$);
|
||||
@ -45,6 +52,10 @@ html body {
|
||||
background: url(<<datauri "$:/themes/tiddlywiki/starlight/ltbg.jpg">>);
|
||||
}
|
||||
|
||||
.tw-page-controls svg {
|
||||
<<filter "drop-shadow(1px 1px 2px rgba(255,255,255,0.9))">>
|
||||
}
|
||||
|
||||
/*
|
||||
** Some rainbow icon colours
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user