aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css26
1 files changed, 19 insertions, 7 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index c493941fed8..4a84568244c 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -204,10 +204,26 @@ input img, button img, .button img {
}
+/* prevent ugly selection effect on accidental selection */
+#header,
+#navigation,
+#expanddiv {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+}
+
+
/* SCROLLING */
-::-webkit-scrollbar { width:8px; }
-::-webkit-scrollbar-track-piece { background-color:transparent; }
-::-webkit-scrollbar-thumb { background:#ddd; }
+::-webkit-scrollbar {
+ width: 8px;
+}
+::-webkit-scrollbar-track-piece {
+ background-color: transparent;
+}
+::-webkit-scrollbar-thumb {
+ background: #ccc;
+}
/* BUTTONS */
@@ -713,8 +729,6 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
overflow-y: auto;
overflow-x: hidden;
-moz-box-sizing:border-box; box-sizing:border-box;
- /* prevent ugly selection effect on accidental selection */
- -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
#apps {
height: 100%;
@@ -805,8 +819,6 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
border-bottom-left-radius:7px; border-bottom:1px #333 solid; border-left:1px #333 solid;
box-shadow:0 0 7px rgb(29,45,68);
-moz-box-sizing: border-box; box-sizing: border-box;
- /* prevent ugly selection effect on accidental selection */
- -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
#expanddiv a {
display: block;