Changed reading direction image and other small style adjustments
This commit is contained in:
parent
3ce0ddf00c
commit
586bdb25eb
4 changed files with 18 additions and 1 deletions
|
@ -7,6 +7,19 @@
|
|||
.cb-control {
|
||||
color: #fff;
|
||||
background-color: #111;
|
||||
background-image: linear-gradient(bottom, rgb(17,17,17) 20%, rgb(41,41,41) 72%);
|
||||
background-image: -o-linear-gradient(bottom, rgb(17,17,17) 20%, rgb(41,41,41) 72%);
|
||||
background-image: -moz-linear-gradient(bottom, rgb(17,17,17) 20%, rgb(41,41,41) 72%);
|
||||
background-image: -webkit-linear-gradient(bottom, rgb(17,17,17) 20%, rgb(41,41,41) 72%);
|
||||
background-image: -ms-linear-gradient(bottom, rgb(17,17,17) 20%, rgb(41,41,41) 72%);
|
||||
|
||||
background-image: -webkit-gradient(
|
||||
linear,
|
||||
left bottom,
|
||||
left top,
|
||||
color-stop(0.2, rgb(17,17,17)),
|
||||
color-stop(0.72, rgb(41,41,41))
|
||||
);
|
||||
padding: 10px;
|
||||
position: fixed !important;
|
||||
-webkit-box-shadow: 0 0 4px #000;
|
||||
|
@ -94,7 +107,7 @@
|
|||
|
||||
#cb-toolbar {
|
||||
top: 0;
|
||||
border-bottom: 2px solid #444;
|
||||
border-bottom: 1px solid #888;
|
||||
}
|
||||
|
||||
#cb-toolbar button {
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
|
||||
<script src="../lib/ComicBook.js"></script>
|
||||
<script src="../lib/pixastic/pixastic.core.js"></script>
|
||||
<script src="../lib/pixastic/actions/brightness.js"></script>
|
||||
<script src="../lib/pixastic/actions/desaturate.js"></script>
|
||||
<script src="../lib/pixastic/actions/brightness.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="../css/reset.css">
|
||||
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/smoothness/jquery-ui.css">
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue