mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-17 11:02:08 -05:00
16 lines
249 B
CSS
16 lines
249 B
CSS
.ace_gutter {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.ace_sb {
|
|
overflow-y: hidden !important;
|
|
}
|
|
|
|
#editor {
|
|
background: #272822;
|
|
} |