added more styles for setting page and fixed input pointer

This commit is contained in:
hoergen 2017-12-09 04:03:18 +01:00
parent 3c2d3d5073
commit 6bf75a2f31
1 changed files with 35 additions and 3 deletions

View 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 */