Aleksander Machniak
2015-10-27 eb721e35b2fe59eee160dd0116871b847b9f6e3b
skins/larry/styles.css
@@ -2021,6 +2021,10 @@
   color: #1978a1;
}
.toolbar a.button.selected:focus {
   color: #fff;
}
.toolbar a.button.hidden {
   display: none;
}
@@ -2174,7 +2178,7 @@
}
.toolbar a.button.encrypt.selected {
   background-position: center -2065px;
   background-position: center -2068px;
}
a.menuselector {
@@ -2404,6 +2408,12 @@
ul.toolbarmenu li.separator label {
   color: #bbb;
   font-style: italic;
   padding: 0 8px;
   line-height: 17px;
}
ul.toolbarmenu li input {
   margin: 0;
}
ul.toolbarmenu li a.icon {
@@ -3134,4 +3144,14 @@
_:not(), _:-moz-handler-blocked, .mozilla .mce-btn-small i {
   line-height: 20px !important;
}
}
.mce-textbox {
   border-radius: 0;
   box-shadow: none;
}
.mce-textbox:focus {
   box-shadow: none;
   outline: none;
}