Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/3rdparty/webodf/editor.css')
-rw-r--r--css/3rdparty/webodf/editor.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/css/3rdparty/webodf/editor.css b/css/3rdparty/webodf/editor.css
index 3c48845c..6f23a0c8 100644
--- a/css/3rdparty/webodf/editor.css
+++ b/css/3rdparty/webodf/editor.css
@@ -8,7 +8,7 @@ body.claro, #mainContainer {
}
#mainContainer {
- background-color: #ddd;
+ background-color: gray;
}
#editor *:focus {
@@ -17,6 +17,7 @@ body.claro, #mainContainer {
#editor {
border: none;
+ box-shadow: 0px 0px 14px #555;
overflow: hidden;
padding: 0px !important;
z-index: 4;
@@ -29,7 +30,7 @@ body.claro, #mainContainer {
right: 0;
position: absolute;
z-index: 5;
- background-color: rgba(255,255,255,.95);
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#container {
@@ -62,6 +63,7 @@ body.claro, #mainContainer {
* every time a gesture ends
*/
#canvas > div {
+ box-shadow: 0px 0px 20px #aaa;
border: 1px solid #ccc;
}
@@ -94,7 +96,7 @@ body.claro, #mainContainer {
width: 70px;
padding: 2px;
text-align: center;
- background-color: #ddd;
+ background-color: gray;
border: none;
}
@@ -138,13 +140,17 @@ body.claro, #mainContainer {
width: 68px;
border-radius: 5px;
text-align: center;
+ background-color: black;
+ box-shadow: 0px 0px 5px rgb(90, 90, 90);
+ border: 1px solid black;
cursor: pointer;
}
#memberList .memberListLabel {
- color: #555;
- border-radius: 3px;
- font-size: 10px;
+ color: white;
+ border-radius: 5px;
+ padding: 2px;
+ font-size: 8pt;
word-wrap: break-word;
text-align: center justify;
}