mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
css: fix default skin after all the changes made to Colibris
This commit is contained in:
parent
7fb086edbe
commit
21de2bf4a0
7 changed files with 13 additions and 8 deletions
|
@ -66,6 +66,7 @@
|
|||
#titlebar #titlelabel {
|
||||
margin: 4px 0 0 4px;
|
||||
display: inline;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
#titlebar .stick-to-screen-btn,
|
||||
#titlebar .hide-reduce-btn {
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
right: 30px;
|
||||
visibility: hidden;
|
||||
z-index: 500;
|
||||
min-width: 300px;
|
||||
max-width: 600px;
|
||||
}
|
||||
#mycolorpicker {
|
||||
top: 0;
|
||||
|
@ -35,6 +33,8 @@
|
|||
border: 1px solid #ccc;
|
||||
box-shadow: 0 2px 4px #ddd;
|
||||
background: #f7f7f7;
|
||||
min-width: 300px;
|
||||
max-width: 600px;
|
||||
}
|
||||
.popup input[type=text] {
|
||||
width: 100%;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
.toolbar {
|
||||
display: none;
|
||||
background-color: #f4f4f4;
|
||||
color: #666;
|
||||
border-bottom: 1px solid #ccc;
|
||||
overflow: hidden;
|
||||
justify-content: space-between;
|
||||
|
@ -38,7 +39,6 @@
|
|||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
color: #ccc;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue