Merge branch 'master' into textformating
This commit is contained in:
@@ -286,12 +286,37 @@ body
|
||||
@include method($_color-get);
|
||||
}
|
||||
|
||||
&.opblock-patch
|
||||
{
|
||||
@include method($_color-patch);
|
||||
}
|
||||
|
||||
&.opblock-head
|
||||
{
|
||||
@include method($_color-head);
|
||||
}
|
||||
|
||||
&.opblock-options
|
||||
{
|
||||
@include method($_color-options);
|
||||
}
|
||||
|
||||
&.opblock-deprecated
|
||||
{
|
||||
opacity: .6;
|
||||
|
||||
@include method($_color-disabled);
|
||||
}
|
||||
|
||||
.opblock-schemes
|
||||
{
|
||||
padding: 8px 20px;
|
||||
|
||||
.schemes-title
|
||||
{
|
||||
padding: 0 10px 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -467,6 +492,8 @@ body
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
|
||||
white-space: pre-wrap;
|
||||
|
||||
border-radius: 4px;
|
||||
background: #41444e;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user