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