the huge 117+ fixes update
This commit is contained in:
parent
baf06e964f
commit
ccae90fb3e
110 changed files with 7809 additions and 2864 deletions
48
chrome/utils/styloaix/edit.css
Normal file
48
chrome/utils/styloaix/edit.css
Normal file
|
@ -0,0 +1,48 @@
|
|||
#styloaix-edit {
|
||||
min-width: 850px;
|
||||
}
|
||||
#errors {
|
||||
margin: 2px 0px 4px 5px;
|
||||
color: red;
|
||||
}
|
||||
#errors label {
|
||||
cursor: pointer;
|
||||
}
|
||||
#internal-code {
|
||||
font-family: monospace;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.findbar-closebutton, .findbar-highlight, *[anonid="find-case-sensitive"] {
|
||||
display: none;
|
||||
}
|
||||
#findbar {
|
||||
border-top: 0;
|
||||
}
|
||||
.devtools-horizontal-splitter {
|
||||
/* Overriding global.css */
|
||||
height: 3px !important;
|
||||
}
|
||||
input.devtools-textinput {
|
||||
padding: 4px;
|
||||
margin: 0 6px 0 4px;
|
||||
border: 1px solid ThreeDShadow;
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
.devtools-toolbarbutton {
|
||||
border-radius: 2px !important;
|
||||
border: 1px solid rgba(0,0,0,0.3) !important;
|
||||
padding: 1px 5px !important;
|
||||
}
|
||||
.devtools-separator {
|
||||
margin: 0 5px 0 4px !important;
|
||||
}
|
||||
.devtools-toolbarbutton[disabled="true"] {
|
||||
opacity: 0.2;
|
||||
}
|
||||
.update-url-row {
|
||||
display: none;
|
||||
}
|
||||
#editor-tools {
|
||||
padding: 5px;
|
||||
-moz-box-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue