# insert-php/2.7.1/admin/assets/css/code-editor-style.less

Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts, version 2.7.1. 26 lines.

- Page: https://pluginprobe.com/plugins/insert-php/2.7.1/code/admin/assets/css/code-editor-style.less
- Raw: https://pluginprobe.com/plugins/insert-php/2.7.1/raw/admin/assets/css/code-editor-style.less
- Modified: 2024-06-13T22:01:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/insert-php/2.7.1/code/admin/assets/css/code-editor-style.less#L10-L20`.

```less
.winp-editor-container {

  .code-editor-before {
    border-bottom: none;
    background-color: #f7f7f7;
  }
  .code-editor-before div {
    color: #8F8F8F;
    margin-left: 45px;
    border-left: 1px solid #ddd;
    padding: 3px 8px;
    background-color: #fff;
  }

  .code-editor-after {
    border-top: none;
    background-color: #f7f7f7;
  }
  .code-editor-after div {
    color: #8F8F8F;
    margin-left: 45px;
    border-left: 1px solid #ddd;
    padding: 3px 8px;
    background-color: #fff;
  }
}
```
