projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b596861
)
Added prototype for edit note
author
Alexander Ebert
<ebert@woltlab.com>
Fri, 4 May 2012 12:45:23 +0000
(14:45 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Fri, 4 May 2012 12:45:23 +0000
(14:45 +0200)
wcfsetup/install/files/style/wbb.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/wbb.less
b/wcfsetup/install/files/style/wbb.less
index 7182c29c3e4584004264cc02b224ff136bc20e4d..fc86323c46d1f441726ef8d5ecb54395af65bb71 100644
(file)
--- a/
wcfsetup/install/files/style/wbb.less
+++ b/
wcfsetup/install/files/style/wbb.less
@@
-249,9
+249,15
@@
.linearGradientNative(~"left top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
}
- .wbbEditNote {
+ .wbbEditNote > small {
+ border-left: 2px solid @wcfContainerBorderColor;
color: @wcfDimmedColor;
display: block;
+ padding: @wcfGapTiny @wcfGapSmall;
+
+ @wbbEditNoteGradientColor: fade(@wcfContainerBorderColor, 20%);
+
+ .linearGradientNative(~"left top, @{wbbEditNoteGradientColor} 0%, rgba(255, 255, 255, 0) 40%");
}
}
}