Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
150f88d3
Commit
150f88d3
authored
Oct 10, 2017
by
Karl Hasselbring
Browse files
Auswirkungen auf andere Styles behoben
parent
6ce35527
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/css/theme.css.php
View file @
150f88d3
...
@@ -10,6 +10,15 @@ if (isset($_GET['r']) && isset($_GET['g']) && isset($_GET['b']) && isset($_GET['
...
@@ -10,6 +10,15 @@ if (isset($_GET['r']) && isset($_GET['g']) && isset($_GET['b']) && isset($_GET['
@CHARSET "UTF-8";
@CHARSET "UTF-8";
input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=tel]:focus {
outline-color:
<?=
$color
?>
;
-webkit-box-shadow: 0px 0px 2px 2px
<?=
$colorRGBA
?>
;
-moz-box-shadow: 0px 0px 2px 2px
<?=
$colorRGBA
?>
;
box-shadow: 0px 0px 2px 2px
<?=
$colorRGBA
?>
;
border-color:
<?=
$colorRGBA
?>
;
}
#mglogo > a {
#mglogo > a {
background-image: linear-gradient(
<?=
$color
?>
0%,
<?=
$color
?>
250%);
background-image: linear-gradient(
<?=
$color
?>
0%,
<?=
$color
?>
250%);
background-color: transparent;
background-color: transparent;
...
...
resources/assets/less/metager/result-page.less
View file @
150f88d3
...
@@ -324,6 +324,10 @@ a {
...
@@ -324,6 +324,10 @@ a {
font-size: 16px;
font-size: 16px;
&:focus {
&:focus {
border: #bbb dotted 1px;
border: #bbb dotted 1px;
outline-color: <?=$color?>;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
}
}
}
.search-reset {
.search-reset {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment