source: other-projects/nz-flag-design/trunk/render-3d/Flag_files/Projector_files/find.css@ 29737

Last change on this file since 29737 was 29737, checked in by bmt11, 9 years ago

Added interaction with objects. May be able to use this to update flag in 3d rendering aswell as 2d

File size: 299 bytes
Line 
1span.match {
2 background-color:yellow;
3 font-weight:bold;
4}
5
6div.keyword-box {
7 height:30px;
8 margin:5px;
9 position:fixed;
10 right:0;
11 top:0;
12 width:200px;
13}
14
15div.keyword-box input {
16 border: 1px solid gray;
17}
18
19div.keyword-box button {
20 border: 1px solid gray;
21 background-color:white;
22}
Note: See TracBrowser for help on using the repository browser.