mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Styles for the Editable with ContentTools plugin
This commit is contained in:
parent
1ca49f4e67
commit
3d1dc5918e
1 changed files with 6 additions and 1 deletions
|
@ -108,4 +108,9 @@
|
|||
|
||||
@media screen and (max-width: 736px) {
|
||||
#header .main ul li.login-logout {
|
||||
display: none; } }
|
||||
display: none; } }
|
||||
|
||||
/* Support for Editable with ContentTools plugin */
|
||||
.ct-widget.ct-ignition {
|
||||
z-index: 10015;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue