Browse Source

added files

master
topaLE 4 years ago
parent
commit
cd968d4682
  1. 5
      README.md
  2. 15
      css/custom.css

5
README.md

@ -23,8 +23,7 @@ and execute the command mentioned below.
<pre>
<code>/usr/local/psa/admin/htdocs/theme-skins/topa/</code>
</pre>
<br><br>
### closing words
If you want to edit the custom.css again later, copy the existing .css in this path and overwrite the old file. Please keep the folder structure. Zip the individual folders to topa.zip (or any other name you like) and copy the ZIP archive into the folder on the server. The folders css, icons, images and the file meta.xml must be packed to a ZIP archive.
<br>
If you want to edit the custom.css again later, copy the existing .css in this path and overwrite the old file. Please keep the folder structure. Zip the individual folders to **topa.zip** (or any other name you like) and copy the ZIP archive into the folder on the server. The folders css, icons, images and the file meta.xml must be packed to a ZIP archive.
<br><br>
Have Fun ;-)

15
css/custom.css

@ -2108,3 +2108,18 @@ background-color : #4461a1 !important ;
.log-bar-progress {
background-color : #7b73db !important ;
}
.cookie-policy-overlay__modal-content {
background : #0c121b ;
}
.CodeMirror {
background-color : antiquewhite ;
}
.CodeMirror-gutter {
background-color : #0c121b ;
}
.a-toolbar-buttons-misc .btn-settings {
padding : 4px 6px ;
}
.a-toolbar-buttons-settings > .btn {
margin : 0 ;
}

Loading…
Cancel
Save