]> git.mxchange.org Git - friendica.git/commitdiff
added more styles for setting page and fixed input pointer
authorhoergen <hoergen@hoergen.org>
Sat, 9 Dec 2017 03:03:18 +0000 (04:03 +0100)
committerhoergen <hoergen@hoergen.org>
Sat, 9 Dec 2017 03:03:18 +0000 (04:03 +0100)
view/theme/vier/plusminus.css

index f8c0e9a92af67f14aa1a77659c25130fed2b7862..1577d95dc88a6ece8466c0d4b82603e94597b02e 100644 (file)
@@ -18,6 +18,7 @@ h3 {
   font-size: 14px;
   color: blue;
 }
+
 h4 {  font-size: 14px;}
 
 h5 {
@@ -27,7 +28,6 @@ h5 {
   border-radius:5px;
 }
 
-
 nav {
   background: #fff;
   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
@@ -555,6 +555,39 @@ td.checkbox, td.tools{
 }
 
 
+/* Settings - Plugin */
+
+.settings-block.fakelink h3{
+  font-size:16px;
+  font-weight:bold;
+  background-color: lightgrey;
+}
+
+#settings_blockem_expanded h3 {
+  font-size:16px;
+  font-weight:bold;
+  background-color: lightgrey;
+}
+
+#settings_langfilter_expanded h3{
+  font-size:16px;
+  font-weight:bold;
+  background-color: lightgrey;
+}
+
+#settings_showmore_expanded h3 {
+  font-size:16px;
+  font-weight:bold;
+  background-color: lightgrey;
+}
+
+#settings_startpage_expanded h3 {
+  font-size:16px;
+  font-weight:bold;
+  background-color: lightgrey;
+}
+
+
 /* popup */
 
 ul.menu-popup {
@@ -590,14 +623,13 @@ input[type=submit] {
 
 input[type=submit]:hover {
   background:#0026ff; 
-
 }
 
 input[type=text], input[type=password], input[type=email], input[type=url] {
   padding:2px 2px; 
   background:white; 
   border:1px solid darkgrey;
-  cursor:pointer;
+  cursor:text;
   -webkit-border-radius: 5px;
   border-radius: 5px; 
   -webkit-transition-duration: 0.4s; /* Safari */