Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
4064aad2
authored
Feb 20, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: move placeholder style
parent
33b69f24
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
25 deletions
+26
-25
one/static/style/base.less
+26
-0
one/static/style/box.less
+0
-25
No files found.
one/static/style/base.less
View file @
4064aad2
...
@@ -236,3 +236,29 @@ textarea {
...
@@ -236,3 +236,29 @@ textarea {
background-image: url(/static/icons/eye.png);
background-image: url(/static/icons/eye.png);
}
}
}
}
@placeholderColor: #444;
input::-webkit-input-placeholder{
color: @placeholderColor;
}
input:-moz-placeholder{
color: @placeholderColor;
}
input::-moz-placeholder{
color: @placeholderColor;
}
input:-ms-input-placeholder{
color: @placeholderColor;
}
textarea::-webkit-input-placeholder{
color: @placeholderColor;
}
textarea:-moz-placeholder{
color: @placeholderColor;
}
textarea::-moz-placeholder{
color: @placeholderColor;
}
textarea:-ms-input-placeholder{
color: @placeholderColor;
}
one/static/style/box.less
View file @
4064aad2
...
@@ -71,31 +71,6 @@
...
@@ -71,31 +71,6 @@
list-style-type: none;
list-style-type: none;
}
}
.entry{
.entry{
@placeholderColor: #555;
input::-webkit-input-placeholder{
color: @placeholderColor;
}
input:-moz-placeholder{
color: @placeholderColor;
}
input::-moz-placeholder{
color: @placeholderColor;
}
input:-ms-input-placeholder{
color: @placeholderColor;
}
textarea::-webkit-input-placeholder{
color: @placeholderColor;
}
textarea:-moz-placeholder{
color: @placeholderColor;
}
textarea::-moz-placeholder{
color: @placeholderColor;
}
textarea:-ms-input-placeholder{
color: @placeholderColor;
}
&.opened {
&.opened {
.actions{
.actions{
display: block !important;
display: block !important;
...
...
Write
Preview
Markdown
is supported
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