mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-66999 theme_boost: @extend replace chat .p0 with css
This commit is contained in:
parent
30b71a91fa
commit
4f77082d29
@ -24,7 +24,7 @@
|
||||
}
|
||||
// Override the default padding added by function $OUTPUT->box();
|
||||
#chat-input-area.py-3 {
|
||||
@extend .p-0;
|
||||
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
#chat-input-area table.generaltable,
|
||||
#chat-input-area table.generaltable td.cell {
|
||||
|
@ -7897,7 +7897,7 @@ button.bg-dark:focus {
|
||||
.mx-5 {
|
||||
margin-left: 3rem !important; }
|
||||
|
||||
.p-0, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area.py-3 {
|
||||
.p-0 {
|
||||
padding: 0 !important; }
|
||||
|
||||
.pt-0,
|
||||
@ -17078,6 +17078,9 @@ div#dock {
|
||||
background-color: transparent; }
|
||||
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit.yui-layout-unit-center div.yui-layout-bd {
|
||||
background-color: #f8f9fa; }
|
||||
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area.py-3 {
|
||||
padding: 0 !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable,
|
||||
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable td.cell {
|
||||
border: 0;
|
||||
|
@ -8144,7 +8144,7 @@ button.bg-dark:focus {
|
||||
.mx-5 {
|
||||
margin-left: 3rem !important; }
|
||||
|
||||
.p-0, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area.py-3 {
|
||||
.p-0 {
|
||||
padding: 0 !important; }
|
||||
|
||||
.pt-0,
|
||||
@ -17348,6 +17348,9 @@ div#dock {
|
||||
background-color: transparent; }
|
||||
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit.yui-layout-unit-center div.yui-layout-bd {
|
||||
background-color: #f8f9fa; }
|
||||
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area.py-3 {
|
||||
padding: 0 !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable,
|
||||
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable td.cell {
|
||||
border: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user