Merge pull request #4043 from hoergen/develop
added more styles for setting page and fixed input pointer
This commit is contained in:
commit
bd0c0eea4c
|
@ -18,6 +18,7 @@ h3 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: blue;
|
color: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 { font-size: 14px;}
|
h4 { font-size: 14px;}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
|
@ -27,7 +28,6 @@ h5 {
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
|
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 */
|
/* popup */
|
||||||
|
|
||||||
ul.menu-popup {
|
ul.menu-popup {
|
||||||
|
@ -590,14 +623,13 @@ input[type=submit] {
|
||||||
|
|
||||||
input[type=submit]:hover {
|
input[type=submit]:hover {
|
||||||
background:#0026ff;
|
background:#0026ff;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text], input[type=password], input[type=email], input[type=url] {
|
input[type=text], input[type=password], input[type=email], input[type=url] {
|
||||||
padding:2px 2px;
|
padding:2px 2px;
|
||||||
background:white;
|
background:white;
|
||||||
border:1px solid darkgrey;
|
border:1px solid darkgrey;
|
||||||
cursor:pointer;
|
cursor:text;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
-webkit-transition-duration: 0.4s; /* Safari */
|
-webkit-transition-duration: 0.4s; /* Safari */
|
||||||
|
|
Loading…
Reference in a new issue