mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix broken style in tutorials popup
This commit is contained in:
parent
43aa094f8f
commit
fe59018749
@ -39,6 +39,7 @@ span.egw_tutorial_title {
|
||||
background-repeat: no-repeat;
|
||||
background-position: -2px;
|
||||
border-radius: 5px;
|
||||
display: block !important;
|
||||
}
|
||||
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
||||
#home-tutorial_play.egw_tutorial_playBtn {
|
||||
|
@ -40,6 +40,7 @@ span.egw_tutorial_title {
|
||||
background-repeat: no-repeat;
|
||||
background-position: -2px;
|
||||
border-radius: 5px;
|
||||
display: block !important;
|
||||
}
|
||||
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
||||
#home-tutorial_play.egw_tutorial_playBtn{
|
||||
|
@ -3,7 +3,6 @@
|
||||
allowed attributes: font-family,font-size,color,font-weight
|
||||
*/
|
||||
|
||||
/*@import url("/api/templates/default/def_tutorials.css");*/
|
||||
|
||||
body
|
||||
{
|
||||
|
@ -17,6 +17,7 @@
|
||||
/*@import url("../../../vendor/bower-asset/cropper/dist/cropper.min.css");*/
|
||||
/*@import url("css/flags.css");*/
|
||||
/*@import url("css/htmlarea.css");*/
|
||||
/*@import url("def_tutorials.css");*/
|
||||
/**
|
||||
* Top level
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user