mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-15 18:54:56 -04:00
Variable names changed from underscore to CamelCase. Eslint rules updated. #64
This commit is contained in:
parent
f8193797fa
commit
e3c977934b
66 changed files with 3176 additions and 3172 deletions
|
@ -105,8 +105,8 @@ textarea,
|
|||
border: none;
|
||||
}
|
||||
|
||||
#op_list,
|
||||
#rec_list {
|
||||
#op-list,
|
||||
#rec-list {
|
||||
position: absolute;
|
||||
top: 43px;
|
||||
bottom: 0;
|
||||
|
@ -116,13 +116,13 @@ textarea,
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.op_list {
|
||||
.op-list {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#rec_list {
|
||||
#rec-list {
|
||||
bottom: 120px; /* Linked to #controls height */
|
||||
overflow: auto;
|
||||
}
|
||||
|
@ -137,7 +137,7 @@ textarea,
|
|||
#controls {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 120px; /* Linked to #rec_list bottom */
|
||||
height: 120px; /* Linked to #rec-list bottom */
|
||||
bottom: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
|
@ -30,13 +30,13 @@
|
|||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.op_list .operation { /*blue*/
|
||||
.op-list .operation { /*blue*/
|
||||
color: #3a87ad;
|
||||
background-color: #d9edf7;
|
||||
border-color: #bce8f1;
|
||||
}
|
||||
|
||||
#rec_list .operation { /*green*/
|
||||
#rec-list .operation { /*green*/
|
||||
color: #468847;
|
||||
background-color: #dff0d8;
|
||||
border-color: #d6e9c6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue