Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ab2665d8
authored
2013-01-24 13:34:00 -0500
by
mpenner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Apply a nice set of CSS colour and box-shadow transitions to all anchors and form fields. refs #1555
1 parent
6bdc5b28
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
ab2665d
...
...
@@ -818,3 +818,10 @@ label[for="replace_type_1"],
label
[
for
=
"replace_type_2"
],
label
[
for
=
"replace_type_2"
]
~
p
.howto
{
display
:
none
;
}
a
,
input
,
textarea
,
select
{
-webkit-transition
:
color
0.1s
linear
,
background-color
0.1s
linear
,
border-color
0.1s
linear
,
box-shadow
0.1s
linear
;
-moz-transition
:
color
0.1s
linear
,
background-color
0.1s
linear
,
border-color
0.1s
linear
,
box-shadow
0.1s
linear
;
-o-transition
:
color
0.1s
linear
,
background-color
0.1s
linear
,
border-color
0.1s
linear
,
box-shadow
0.1s
linear
;
transition
:
color
0.1s
linear
,
background-color
0.1s
linear
,
border-color
0.1s
linear
,
box-shadow
0.1s
linear
;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment