mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
general fixes
This commit is contained in:
parent
0135fb2822
commit
70228e85ff
|
|
@ -28,7 +28,7 @@ button, input[type="submit"], input[type="button"], label.button, a.button {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
&:hover {
|
||||
background: var(--button-colored-background-hover);
|
||||
color: var(--text-on-background-color-2);
|
||||
}
|
||||
|
|
|
|||
4
editor.scss
Normal file
4
editor.scss
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
code[contenteditable] {
|
||||
display: block;
|
||||
outline: none;
|
||||
}
|
||||
|
|
@ -21,6 +21,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.fill-all {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.col {
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -2436,6 +2436,9 @@ iframe {
|
|||
.col-simple .row {
|
||||
flex: 1 1 auto; }
|
||||
|
||||
.fill-all {
|
||||
flex: 1 1 auto; }
|
||||
|
||||
.col {
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
|
@ -4160,7 +4163,7 @@ button, input[type="submit"], input[type="button"], label.button, a.button {
|
|||
font-weight: 100; }
|
||||
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, label.button::-moz-focus-inner, a.button::-moz-focus-inner {
|
||||
border: 0; }
|
||||
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, label.button:hover, label.button:focus, a.button:hover, a.button:focus {
|
||||
button:hover, input[type="submit"]:hover, input[type="button"]:hover, label.button:hover, a.button:hover {
|
||||
background: var(--button-colored-background-hover);
|
||||
color: var(--text-on-background-color-2); }
|
||||
|
||||
|
|
@ -5011,3 +5014,7 @@ span.tag {
|
|||
box-sizing: border-box; }
|
||||
.context-menu label:hover {
|
||||
background: var(--table-row-background-hover); }
|
||||
|
||||
code[contenteditable] {
|
||||
display: block;
|
||||
outline: none; }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import "clean", "default", "size", "transformation", "alignment", "visibility", "animate", "grid";
|
||||
@import "article", "layout", "draggable", "text", "tooltip", "spinner", "canvas", "form", "icon", "image", "input", "accordion", "alert", "badge", "slider", "blockquote", "breadcrumb", "button", "link", "list", "nav", "note", "pagination", "popup", "progress", "section", "tab", "table", "tag", "tree";
|
||||
@import "media";
|
||||
@import "portlet", "menu";
|
||||
@import "portlet", "menu", "editor";
|
||||
Loading…
Reference in New Issue
Block a user