mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
Fixes #1897: Make gii diff markup copy paste friendly
This commit is contained in:
@ -148,6 +148,10 @@ body {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #999;
|
color: #999;
|
||||||
width: 5px;
|
width: 5px;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Differences td {
|
.Differences td {
|
||||||
|
|||||||
Reference in New Issue
Block a user