Merge branch 'staging' into locks
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
border: 2px solid red;
|
||||
border-right-color: transparent !important;
|
||||
border-left-color: transparent !important;
|
||||
margin-left: -3px;
|
||||
margin-right: -3px;
|
||||
}
|
||||
.cp-codemirror-selection {
|
||||
background-color: rgba(255,0,0,0.3);
|
||||
|
||||
@@ -61,6 +61,16 @@
|
||||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
#register {
|
||||
border-color: @cryptpad_color_blue;
|
||||
background: #fff;
|
||||
color: @cryptpad_color_blue;
|
||||
padding: 10px;
|
||||
border-radius: 0;
|
||||
&:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.cp-container {
|
||||
|
||||
Reference in New Issue
Block a user