Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
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
edb951ca
authored
Feb 12, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: webkit-transitions added
parent
ea4f4423
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
one/static/base.less
+2
-0
one/static/box.less
+1
-0
No files found.
one/static/base.less
View file @
edb951ca
...
@@ -171,6 +171,7 @@ input {
...
@@ -171,6 +171,7 @@ input {
font-family: 'Titillium Web', sans-serif;
font-family: 'Titillium Web', sans-serif;
outline: none;
outline: none;
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.2);
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.2);
-webkit-transition: box-shadow 0.5s;
&:hover{
&:hover{
border: 1px solid #666;
border: 1px solid #666;
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(255,255,0,0.5);
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(255,255,0,0.5);
...
@@ -201,6 +202,7 @@ textarea {
...
@@ -201,6 +202,7 @@ textarea {
font-family: 'Titillium Web', sans-serif;
font-family: 'Titillium Web', sans-serif;
outline: none;
outline: none;
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.2);
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.2);
-webkit-transition: box-shadow 0.5s;
&:hover{
&:hover{
border: 1px solid #666;
border: 1px solid #666;
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(255,255,0,0.5);
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(255,255,0,0.5);
...
...
one/static/box.less
View file @
edb951ca
...
@@ -115,6 +115,7 @@
...
@@ -115,6 +115,7 @@
cursor: pointer;
cursor: pointer;
background-color: #c1c1c1;
background-color: #c1c1c1;
position: relative;
position: relative;
-webkit-transition: background-color 0.3s;
&.unfinished{
&.unfinished{
background-color: rgb(252, 252, 108);
background-color: rgb(252, 252, 108);
background-image: url(constr.png);
background-image: url(constr.png);
...
...
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